Archived
1
0

Removed run command from setup.sh

This commit is contained in:
Shaun Setlock
2021-10-30 15:07:00 -04:00
parent 20cdf31ece
commit 239ba0bee1
2 changed files with 3 additions and 6 deletions

View File

@@ -3,6 +3,3 @@ apt update && apt upgrade -y && apt install python3-dev python3-pip python3-psyc
# Install Python modules.
pip3 install RPi.GPIO psycopg2 adafruit-circuitpython-dht pytz
# Start the python script.
/usr/bin/python3 main.py