Selaa lähdekoodia

Update RPi3_4install.sh

assume-breach 3 vuotta sitten
vanhempi
sitoutus
d858a0daa5
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      DoubleVision/RPi3_4install.sh

+ 2 - 1
DoubleVision/RPi3_4install.sh

@@ -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