Changed requirements.txt

Changed /usr/bin to /usr/local/bin

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-19 11:41:20 +02:00
committed by Jeroen Oudshoorn
parent 544314b88c
commit 1b710bff99
8 changed files with 37 additions and 28 deletions

View File

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