Update install.sh
This commit is contained in:
@@ -96,7 +96,7 @@ clear
|
|||||||
# Installation start screen
|
# Installation start screen
|
||||||
FULLUSERNAME=$(awk -v user="$USER" -F":" 'user==$1{print $5}' /etc/passwd | rev | cut -c 4- | rev)
|
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 M.A.D.E installation ?" 10 50); then
|
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
|
||||||
echo -e "${GREEN} Okay, let's start the installation"
|
echo -e "${GREEN} Okay, let's start the installation"
|
||||||
else
|
else
|
||||||
exit 1
|
exit 1
|
||||||
@@ -1849,7 +1849,7 @@ echo -e "${YELLOW} Qtile Config file END ${NC}"
|
|||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Install closing screen ##### ##### ##### ##### ##### ##### ##### ##### ##### ####
|
# Install closing screen ##### ##### ##### ##### ##### ##### ##### ##### ##### ####
|
||||||
if (whiptail --title "Installation Complete" --yesno "Installation is complete, Do you want to restart the computer ?" 10 60); then
|
if (whiptail --title "Installation Complete" --yesno "Installation is complete, Do you want to restart the computer ?\nSome practical information Windows key+Enter opens a terminal \nand Windows key+B opens a web browser" 10 60); then
|
||||||
cd ~
|
cd ~
|
||||||
clear
|
clear
|
||||||
echo -e "${RED} "
|
echo -e "${RED} "
|
||||||
|
|||||||
Reference in New Issue
Block a user