From e31c6adc26abeef65917d27dfabdb36143464c35 Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 13 Nov 2023 05:47:34 +0000 Subject: [PATCH] add -s and /home/terrorist/src/bake to shake call --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1c7eb3c..b774982 100755 --- a/install.sh +++ b/install.sh @@ -2,5 +2,5 @@ cd $(dirname "$(readlink -f "$0")") SUDO=${SUDO:-sudo} chmod +x shake -./shake bake.c +./shake bake.c -s $+ $SUDO install -m 755 shake bake ${TARGET:-/usr/local/bin}