Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-11-17 20:07:55 +01:00
parent 7e6d198c9b
commit cedb3d35ff

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/bin/pwnagotchi /usr/local/src/pwnagotchi/env/bin/pwnagotchi
systemctl restart bettercap systemctl restart bettercap
else else
/usr/local/bin/pwnagotchi --manual /usr/local/src/pwnagotchi/env/bin/pwnagotchi --manual
fi fi