From 85aef252c6785ba9175dd3c56c3a8ad6a12ffa2d Mon Sep 17 00:00:00 2001 From: Giulio Date: Fri, 22 May 2020 18:36:28 +0200 Subject: [PATCH] Keygen build command --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f4d11dd..76b0d26 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ cp -R update/update.sh target/overlay #copy the update script and certificate echo "[+] Building the keygen" mkdir -p target/overlay/usr/sbin -gcc -lm -static -o target/overlay/usr/sbin/cfgbin keygen/keygen.c +gcc -o target/overlay/usr/sbin/cfgbin keygen/keygen.c -static -lm strip target/overlay/usr/sbin/cfgbin echo "[+] Generating Update Key"