Merge pull request #193 from DoktorHeisenberg/master

net-tools (ifconfig) missing on newer systems
pull/196/head
Colin Kuebler 2019-05-14 17:09:03 -04:00 committed by GitHub
commit 7ef1a78087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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