Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-22 11:52:09 +01:00
parent f55a08609d
commit 4918b9a921

View File

@ -10,8 +10,8 @@ if is_crypted_mode; then
fi fi
if is_auto_mode; then if is_auto_mode; then
/usr/local/src/pwnagotchi/env/bin/pwnagotchi /opt/.pwn/bin/pwnagotchi
systemctl restart bettercap systemctl restart bettercap
else else
/usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual /opt/.pwn/bin/pwnagotchi --manual
fi fi