Edited README.md and others

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-23 10:36:39 +02:00
parent 20c9c13c94
commit c0040ddcde
3 changed files with 28 additions and 18 deletions

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
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-auto -iface wlan0 -debug
else
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0
/usr/local/bin/bettercap -no-colors -caplet pwnagotchi-manual -iface wlan0 -debug
fi