Do not force an upgrade of existing packages on install, per #315

pull/331/head
Colin Kuebler 2019-10-12 18:58:16 -04:00
parent ce30b6ee7e
commit 8eb7e25362
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
set -e
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y dnsmasq hostapd screen curl python-pip python3-pip python-setuptools python3-setuptools python-wheel python3-wheel python-dev python3-dev mosquitto haveged net-tools libssl-dev
PY3_DEPENDENCIES="paho-mqtt pyaes tornado git+https://github.com/M4dmartig4n/sslpsk.git pycrypto"