From 973c9a102d5dd25e6772a53cfd396ec8b9492788 Mon Sep 17 00:00:00 2001 From: Douglas Berdeaux Date: Fri, 4 Oct 2019 08:21:53 -0400 Subject: [PATCH] WiFi-Pumpkin insteller module changed 2 or 3 commits away from removing it completely. --- demon-app-store-workflow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demon-app-store-workflow.sh b/demon-app-store-workflow.sh index c2cb167..6c80940 100755 --- a/demon-app-store-workflow.sh +++ b/demon-app-store-workflow.sh @@ -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 hostapd + apt install -y pkg-config libnl-3-dev libnl-genl-3-dev libnfnetlink-dev libnetfilter-queue-dev # Git the repo: cd /opt && git clone $URL cd WiFi-Pumpkin