Update bettercap-launcher

This commit is contained in:
Jeroen Oudshoorn
2023-07-23 11:53:29 +02:00
committed by GitHub
parent 74b61089d2
commit 652f035a4c

View File

@ -22,7 +22,7 @@ fi
start_monitor_interface
if is_auto_mode_no_delete; then
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0 -debug
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0mon -debug
else
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0 -debug
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0mon -debug
fi