Updated for new release
This commit is contained in:
parent
cd0b6541a3
commit
aa97cdd65a
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# E-Paper-Calendar software installer for Raspberry Pi running Debian 10 (a.k.a. Buster) with Desktop
|
# E-Paper-Calendar software installer for Raspberry Pi running Debian 10 (a.k.a. Buster) with Desktop
|
||||||
# Version: 1.7 (Early Dec 2019)
|
# Version: 1.7.2 (Mid Feb 2020)
|
||||||
|
|
||||||
echo -e "\e[1mPlease select an option from below:"
|
echo -e "\e[1mPlease select an option from below:"
|
||||||
echo -e "\e[97mEnter \e[91m[1]\e[97m to update Inky-Calendar software" #Option 1 : UPDATE
|
echo -e "\e[97mEnter \e[91m[1]\e[97m to update Inky-Calendar software" #Option 1 : UPDATE
|
||||||
@ -95,8 +95,8 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then # This happens when installing o
|
|||||||
cat > /home/pi/Inky-Calendar/Info.txt << EOF
|
cat > /home/pi/Inky-Calendar/Info.txt << EOF
|
||||||
This document contains a short info of the Inky-Calendar software version
|
This document contains a short info of the Inky-Calendar software version
|
||||||
|
|
||||||
Version: 1.7
|
Version: 1.7.2
|
||||||
Installer version: 1.7 (Mid December 2019)
|
Installer version: 1.7.2 (Mid Feb 2020)
|
||||||
settings file: /home/$USER/Inky-Calendar/settings/settings.py
|
settings file: /home/$USER/Inky-Calendar/settings/settings.py
|
||||||
If the time was set correctly, you installed this software on:
|
If the time was set correctly, you installed this software on:
|
||||||
$(date)
|
$(date)
|
||||||
|
Loading…
Reference in New Issue
Block a user