From 841a89d34a99301723b82a28885598eec42f09cc Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Sun, 26 May 2024 11:24:34 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e5a59aa..e6058ca 100644 --- a/install.sh +++ b/install.sh @@ -96,7 +96,7 @@ clear # Installation start screen FULLUSERNAME=$(awk -v user="$USER" -F":" 'user==$1{print $5}' /etc/passwd | rev | cut -c 4- | rev) -if (whiptail --title "Installation of the Martin Qtile Desktop" --yesno "Hi $FULLUSERNAME do you want to start \nWould you like to continue the installation with the Qtile Martin Andersen Desktop Environment installation, qmade for short ?" 10 50); then +if (whiptail --title "Installation of the Martin Qtile Desktop" --yesno "Hi $FULLUSERNAME do you want to start \nthe installation of Qtile Martin Andersen Desktop Environment installation, qmade for short ?" 10 50); then echo -e "${GREEN} Okay, let's start the installation" else exit 1