Update Packages-installer

This commit is contained in:
Ace 2018-09-09 21:15:52 +02:00 committed by GitHub
parent 0ba448a1c0
commit 14f9b95a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,14 @@ sudo apt-get clean > /dev/null && sudo apt-get autoremove -y > /dev/null
echo -e "\e[1;36m"Installing the E-Paper-Calendar Software"\e[0m"
git clone https://github.com/aceisace/Raspberry-Pi-Google-Calendar-with-E-Paper-display
mv Raspberry-Pi-Google-Calendar-with-E-Paper-display E-Paper-Master
rm /home/pi/E-Paper-Master/Packages-installer
mkdir E-Paper-Master
cd Raspberry-Pi-Google-Calendar-with-E-Paper-display
cp -r Calendar /home/pi/E-Paper-Master/
cp README.md /home/pi/E-Paper-Master/
cp LICENSE /home/pi/E-Paper-Master/
cp -r .git /home/pi/E-Paper-Master/
cd
rm -r Raspberry-Pi-Google-Calendar-with-E-Paper-display
echo -e "\e[1;36m"Installing a few required packages for the E-Paper Software"\e[0m"
{