Update instalador.sh

This commit is contained in:
imvec
2022-08-24 12:25:28 +00:00
parent 3006354359
commit 172c9fbe55

View File

@@ -62,7 +62,7 @@ sleep 3
cd /home/pi/PicaPiKAP/scripts
wget https://gitlab.com/imvec/picapikap/-/raw/main/PicaPiKAP.py
chmod +x PicaPiKAP.py
cd /home/pi/PicaPiKAP/media
cd /home/pi/PicaPiKAP/
wget https://gitlab.com/imvec/picapikap/-/raw/main/datalog.csv
echo ""
echo "==== Actualizando repositorios ===="
@@ -99,6 +99,9 @@ pip3 install adafruit-circuitpython-bme280
echo ""
sleep 3
echo ""
apt install gpsd gpsd-clients
systemctl stop gpsd.socket
systemctl disable gpsd.socket
pip3 install gpsd-py3
echo ""
echo "==== Este instalador se autodestruirá en 7 segundos ===="