Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Hostapd,{}_cli, added to $PATH for script
Browse files Browse the repository at this point in the history
  • Loading branch information
RackunSec committed Oct 4, 2019
1 parent 8871fc4 commit fab4dff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demon-app-store-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ installApp () { # All of the blocks of code to install each app individually:
URL=https://github.com/P0cL4bs/WiFi-Pumpkin.git
progressBar "Installing WiFi-Pumpkin, this may take a while."
# Depends from APT:
apt install -y pkg-config libnl-3-dev libnl-genl-3-dev libnfnetlink-dev libnetfilter-queue-dev
apt install -y pkg-config libnl-3-dev libnl-genl-3-dev libnfnetlink-dev libnetfilter-queue-dev isc-dhcp-server
# Git the repo:
cd /opt && git clone $URL
cd WiFi-Pumpkin
Expand All @@ -1028,6 +1028,8 @@ installApp () { # All of the blocks of code to install each app individually:
sed -ir 's/.usr.share.WiFi-Pumpkin.icons.icon.png/\/opt\/WiFi-Pumpkin\/icons\/icon.png/' wifi-pumpkin.desktop
# allow me ...
sed -ir 's/gksudo //' wifi-pumpkin.desktop # c'mon, man.
cp /opt/WiFi-Pumpkin/plugins/bin/hostapd-mana/hostapd /usr/local/sbin/
cp /opt/WiFi-Pumpkin/plugins/bin/hostapd-mana/hostapd_cli /usr/local/sbin/
cp wifi-pumpkin.desktop $LOCAL_APPS # copy the menu icon into local share
cp wifi-pumpkin /usr/local/sbin/ # copy the script that runs the app
killBar
Expand Down

0 comments on commit fab4dff

Please sign in to comment.