From aa97cdd65a8db40858adaab9987e571d7cfd5c38 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 12 Feb 2020 16:26:40 +0100 Subject: [PATCH] Updated for new release --- Installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer.sh b/Installer.sh index 6cfc1a5..159b542 100644 --- a/Installer.sh +++ b/Installer.sh @@ -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)