Update INSTALL.sh

This commit is contained in:
everest
2022-03-07 17:40:13 +00:00
committed by GitHub
parent 73c6820305
commit 3449fa6d4f

View File

@@ -5,4 +5,3 @@
echo "Compiling Sherpa..."
gcc -O2 -Wall $(pkg-config --cflags vte-2.91) sherpa.c -o Sherpa $(pkg-config --libs vte-2.91) # Compile main Sherpa binary
echo "CC sherpa.c"
mv sherpa /usr/bin