Update Packages-installer

This commit is contained in:
Ace 2018-08-27 20:47:16 +02:00 committed by GitHub
parent 16089bb1c3
commit b2e66f42ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ git clone https://github.com/aceisace/Raspberry-Pi-Google-Calendar-with-E-Paper-
mv Raspberry-Pi-Google-Calendar-with-E-Paper-display E-Paper-Master
rm /home/pi/E-Paper-Master/Packages-installer
sudo pip3 install pyowm
sudo pip3 install ics
pip3 install pyowm
pip3 install ics
@ -11,7 +13,7 @@ sudo apt-get install supervisor -y
sudo bash -c 'cat > /etc/supervisor/conf.d/E-Paper.conf' << EOF
[program:E-Paper]
command = sudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/stable.py
command = /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/stable.py
stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
EOF