Skip to content

Commit

Permalink
Update 21_pwnagotchi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vers4ce authored Dec 26, 2019
1 parent 32e4fb2 commit 4d6d9c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts.d/21_pwnagotchi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ unzip bettercap_linux_armhf_v2.26.1.zip
mv bettercap $ROOT/usr/bin/
bettercap -eval "caplets.update; ui.update; quit"

# Create bettercap service
cat <<EOFA > /etc/systemd/system/bettercap.service
[Unit]
Description=bettercap api.rest service.
Expand All @@ -34,6 +35,7 @@ RestartSec=30
WantedBy=multi-user.target
EOFA

# Create bettercap launcher
cat <<EOFB > /usr/bin/bettercap-launcher
#!/usr/bin/env bash
/usr/bin/monstart
Expand Down

0 comments on commit 4d6d9c1

Please sign in to comment.