|
|
@@ -4,6 +4,7 @@ if [ "$(id -u)" != "0" ]; then
|
|
|
echo "Run as Root" 1>&2
|
|
|
exit 1
|
|
|
fi
|
|
|
+apt install npm -y
|
|
|
|
|
|
git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile.git
|
|
|
|
|
|
@@ -21,7 +22,7 @@ cd ../../
|
|
|
|
|
|
sudo apt-get update -y && apt-get upgrade -y
|
|
|
|
|
|
-sudo apt install tmux apache2 iptables git npm php dnsmasq apache2 dnsmasq-base python hostapd mdk3 macchanger -y
|
|
|
+sudo apt install tmux apache2 iptables php dnsmasq apache2 dnsmasq-base python hostapd mdk3 macchanger -y
|
|
|
|
|
|
git clone https://github.com/adamff24/PwrDeauther.git
|
|
|
|