From ce4ea69db085181571ba575965d5bcaee09ca5a0 Mon Sep 17 00:00:00 2001 From: Ace Date: Tue, 17 Dec 2019 13:53:07 +0100 Subject: [PATCH] Update Installer.sh --- Installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installer.sh b/Installer.sh index ba59c68..24260f4 100644 --- a/Installer.sh +++ b/Installer.sh @@ -3,9 +3,9 @@ # Version: 1.7 (Early Dec 2019) 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[2]\e[97m to install Inky-Calendar software" #Option 2 : INSTALL -echo -e "\e[97mEnter \e[91m[3]\e[97m to uninstall Inky-Calendar software" #Option 3 : UNINSTALL +echo -e "\e[97mEnter \e[91m[1]\e[97mto update Inky-Calendar software" #Option 1 : UPDATE +echo -e "\e[97mEnter \e[91m[2]\e[97mto install Inky-Calendar software" #Option 2 : INSTALL +echo -e "\e[97mEnter \e[91m[3]\e[97mto uninstall Inky-Calendar software" #Option 3 : UNINSTALL echo -e "\e[97mConfirm your selection with [ENTER]" read -r -p 'Waiting for input... ' option