Skip to content

Commit

Permalink
Merge pull request ct-Open-Source#193 from DoktorHeisenberg/master
Browse files Browse the repository at this point in the history
net-tools (ifconfig) missing on newer systems
  • Loading branch information
kueblc authored May 14, 2019
2 parents e16327a + d50d08a commit 7ef1a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ef1a78

Please sign in to comment.