Keygen build command
This commit is contained in:
parent
688c3ff258
commit
85aef252c6
2
build.sh
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user