Updated for new release

This commit is contained in:
Ace 2020-02-12 16:26:40 +01:00 committed by GitHub
parent cd0b6541a3
commit aa97cdd65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
# 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[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
This document contains a short info of the Inky-Calendar software version
Version: 1.7
Installer version: 1.7 (Mid December 2019)
Version: 1.7.2
Installer version: 1.7.2 (Mid Feb 2020)
settings file: /home/$USER/Inky-Calendar/settings/settings.py
If the time was set correctly, you installed this software on:
$(date)