Update Packages-installer
This commit is contained in:
parent
16089bb1c3
commit
b2e66f42ae
@ -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
|
mv Raspberry-Pi-Google-Calendar-with-E-Paper-display E-Paper-Master
|
||||||
rm /home/pi/E-Paper-Master/Packages-installer
|
rm /home/pi/E-Paper-Master/Packages-installer
|
||||||
|
|
||||||
|
sudo pip3 install pyowm
|
||||||
|
sudo pip3 install ics
|
||||||
pip3 install pyowm
|
pip3 install pyowm
|
||||||
pip3 install ics
|
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
|
sudo bash -c 'cat > /etc/supervisor/conf.d/E-Paper.conf' << EOF
|
||||||
[program:E-Paper]
|
[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
|
stdout_logfile = /home/pi/E-Paper-Master/E-Paper.log
|
||||||
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
|
stderr_logfile = /home/pi/E-Paper-Master/E-Paper-err.log
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user