Update install.sh

Do dist-upgrade and install git
This commit is contained in:
Jan Rude
2017-04-07 15:20:30 +02:00
committed by GitHub
parent 541efb17be
commit c61e6c11bb

View File

@@ -12,8 +12,8 @@ MODULE_INSTALLED=false
# Update Packages and ensure dependencies are installed # Update Packages and ensure dependencies are installed
sudo apt-get update sudo apt-get update
sudo apt-get upgrade -y sudo apt-get dist-upgrade -y
sudo apt-get install -y isc-dhcp-server dsniff screen nodejs bridge-utils sudo apt-get install -y isc-dhcp-server dsniff screen nodejs bridge-utils git
sudo git clone https://github.com/samyk/poisontap ~/poisontap sudo git clone https://github.com/samyk/poisontap ~/poisontap
sudo git clone https://github.com/lgandx/Responder ~/Responder sudo git clone https://github.com/lgandx/Responder ~/Responder