From ee2f08f3aba2edb8acff0b671cc5d359e1341d5e Mon Sep 17 00:00:00 2001 From: R0Wi Date: Fri, 1 Nov 2019 17:32:29 +0100 Subject: [PATCH] Add 'git' as dependency to fix #367 --- install_prereq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_prereq.sh b/install_prereq.sh index 37f946e..ad2bd6f 100755 --- a/install_prereq.sh +++ b/install_prereq.sh @@ -3,7 +3,7 @@ set -e sudo apt-get update -sudo apt-get install -y dnsmasq hostapd screen curl build-essential python-pip python3-pip python-setuptools python3-setuptools python-wheel python3-wheel python-dev python3-dev mosquitto haveged net-tools libssl-dev +sudo apt-get install -y git dnsmasq hostapd screen curl build-essential 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" PY2_DEPENDENCIES="git+https://github.com/M4dmartig4n/sslpsk.git pycrypto"