diff --git a/etcs/install.sh b/etcs/install.sh new file mode 100644 index 0000000..dabe3c4 --- /dev/null +++ b/etcs/install.sh @@ -0,0 +1,9 @@ +# install.sh - install TeraHz onto a Raspbian or DietPi installation +apt -y update +apt -y full-upgrade +apt install -y python3 python3-pip lighttpd dnsmasq hostapd libatlas-base-dev +pip3 install numpy pandas flask smbus2 pyserial +cp -R hostapd/ /etc +cp -R lighttpd/ /etc +cp dnsmasq.conf /etc +cp -R ../frontend /var/www/html