Merge pull request #193 from DoktorHeisenberg/master
net-tools (ifconfig) missing on newer systemspull/196/head
commit
7ef1a78087
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade -y
|
||||
sudo apt-get install -y dnsmasq hostapd screen curl python3-pip python3-setuptools python3-wheel mosquitto haveged
|
||||
sudo apt-get install -y dnsmasq hostapd screen curl python3-pip python3-setuptools python3-wheel mosquitto haveged net-tools
|
||||
|
||||
sudo pip3 install paho-mqtt pyaes tornado
|
||||
|
||||
|
|
Loading…
Reference in New Issue