mirror of
https://github.com/wismna/HackPi.git
synced 2025-10-03 15:40:16 -04:00
Update install.sh
Do dist-upgrade and install git
This commit is contained in:
@@ -12,8 +12,8 @@ MODULE_INSTALLED=false
|
||||
|
||||
# Update Packages and ensure dependencies are installed
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get install -y isc-dhcp-server dsniff screen nodejs bridge-utils
|
||||
sudo apt-get dist-upgrade -y
|
||||
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/lgandx/Responder ~/Responder
|
||||
|
||||
|
Reference in New Issue
Block a user