tuya-convert/install_prereq.sh

11 lines
358 B
Bash
Raw Normal View History

2019-01-16 19:32:16 +00:00
#!/bin/bash
2019-03-03 11:11:24 +00:00
set -e
2019-01-16 19:32:16 +00:00
sudo apt-get update
sudo apt-get install -y git iw dnsmasq hostapd screen curl build-essential python3-pip python3-setuptools python3-wheel python3-dev mosquitto haveged net-tools libssl-dev
2019-10-04 17:44:07 +00:00
sudo -H python3 -m pip install --upgrade paho-mqtt tornado git+https://github.com/drbild/sslpsk.git pycryptodomex
2019-01-16 19:32:16 +00:00
echo "Ready to start upgrade"