update&compile

This commit is contained in:
Kuba 2023-11-18 09:03:40 +01:00 committed by GitHub
parent d424c96eaf
commit 00bff1c99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
compile.sh Normal file
View File

@ -0,0 +1,5 @@
git pull
cd src
make
sudo make install
cd ..