Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-17 21:00:28 +01:00
parent a7379d18e6
commit 68941abc08
54 changed files with 21 additions and 700 deletions

View File

@ -0,0 +1,17 @@
#!/usr/bin/env bash
source /usr/bin/pwnlib
# we need to decrypt something
if is_crypted_mode; then
while ! is_decrypted; do
echo "Waiting for decryption..."
sleep 1
done
fi
if is_auto_mode; then
/usr/local/src/pwnagotchi/env/bin/pwnagotchi
systemctl restart bettercap
else
/usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual
fi