From 73c6820305d93b9f46fab1b6a9618af294d95a5d Mon Sep 17 00:00:00 2001 From: everest Date: Mon, 7 Mar 2022 17:34:59 +0000 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 294a19d..cda390d 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -5,4 +5,4 @@ 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 +mv sherpa /usr/bin