From 7945f1b2acd94d1f77fc6e3d09ff7b8cfa528df1 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 18 Jan 2020 14:57:15 +0100 Subject: [PATCH] Update Installer.sh --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index 3ee5004..6cfc1a5 100644 --- a/Installer.sh +++ b/Installer.sh @@ -180,5 +180,5 @@ EOF fi echo -e "\e[1;36m"You can test if the programm works by running:"\e[0m" - echo -e "\e[1;36m"python3 /home/"$USER"/Inky-Calendar/Calendar/inkycal.py"\e[0m" + echo -e "\e[1;36m"python3 /home/"$USER"/Inky-Calendar/modules/inkycal.py"\e[0m" fi