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 installation of Qtile Martin Andersen Desktop Environment installation, \nqmade 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 ? \nQmade 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
|
||||||
@@ -1114,7 +1114,7 @@ bold_font auto
|
|||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
font_size 13
|
font_size 12
|
||||||
force_ltr no
|
force_ltr no
|
||||||
|
|
||||||
adjust_line_height 0
|
adjust_line_height 0
|
||||||
@@ -1853,7 +1853,7 @@ echo -e "${YELLOW} Qtile Config file END ${NC}"
|
|||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# Install closing screen ##### ##### ##### ##### ##### ##### ##### ##### ##### ####
|
# Install closing screen ##### ##### ##### ##### ##### ##### ##### ##### ##### ####
|
||||||
if (whiptail --title "Installation Complete" --yesno "Qmade Installation is complete. \nRestart the computer ?\n\nSome practical information. \nWindows key + Enter opens a terminal \nWindows key + B opens a web browser \nWindows key + W closes the active window" 15 60); then
|
if (whiptail --title "Installation Complete" --yesno "Qmade Installation is complete. \nDo you want to restart the computer ?\n\nSome practical information. \nWindows key + Enter opens a terminal \nWindows key + B opens a web browser \nWindows key + W closes the active window" 15 60); then
|
||||||
cd ~
|
cd ~
|
||||||
clear
|
clear
|
||||||
echo -e "${RED} "
|
echo -e "${RED} "
|
||||||
|
|||||||
Reference in New Issue
Block a user