From bb24fa07d16f28eef5949da1840b89c35d1fe9f0 Mon Sep 17 00:00:00 2001 From: mara Date: Tue, 28 May 2024 18:30:10 +0200 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4bfdd07..4932306 100644 --- a/install.sh +++ b/install.sh @@ -122,7 +122,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 \nthe installation of Qtile Martin Andersen Desktop Environment, Qmade for short.!\nRemember you user must have sudo access to run the installation." 15 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, Qmade for short.!\nRemember you user must have sudo access to run the installation." 20 60); then echo -e "${GREEN} Okay, let's start the installation" else exit 1