From 2fa92f8fd0c0c41a137e5e80804a241cb732dc92 Mon Sep 17 00:00:00 2001 From: Ace Date: Thu, 13 Feb 2020 16:45:27 +0100 Subject: [PATCH] Removed non-required file The purpose of Info.txt was to serve as an info about the release. By switching from Info.txt to release.txt, this is no longer required as python can check for updates by itself now. --- Installer.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Installer.sh b/Installer.sh index dcccabd..e09477d 100644 --- a/Installer.sh +++ b/Installer.sh @@ -90,17 +90,6 @@ if [ "$option" = 1 ] || [ "$option" = 2 ]; then # This happens when installing o # Create symlinks of settings and configuration file ln -s /home/"$USER"/Inky-Calendar/settings/settings.py /home/"$USER"/Inky-Calendar/modules/ ln -s /home/"$USER"/Inky-Calendar/settings/configuration.py /home/"$USER"/Inky-Calendar/modules/ - - # add a short info - currentRelease=$(cat release.txt) - cat > /home/pi/Inky-Calendar/Info.txt << EOF -This document contains a short info of the Inky-Calendar software version - -Version: $currentRelease -settings file: /home/$USER/Inky-Calendar/settings/settings.py -If the time was set correctly, you installed this software on: -$(date) -EOF echo "" echo -e "\e[97mDo you want the software to start automatically at boot?"