Remove whiptail call at the end of the script
This commit is contained in:
parent
728ac083a9
commit
0f0c7eb44e
1 changed files with 1 additions and 2 deletions
3
bs.sh
3
bs.sh
|
@ -199,8 +199,7 @@ maininstallations() {
|
|||
}
|
||||
|
||||
finalize() {
|
||||
whiptail --title "All done!" \
|
||||
--msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\\n\\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment (it will start automatically in tty1).\\n\\n.t Luke" 13 80
|
||||
echo "The bootstrap script is complete, have fun with your new system!\\n\\nYou can log in using the command \"Hyprland\"."
|
||||
}
|
||||
|
||||
### THE ACTUAL SCRIPT ###
|
||||
|
|
Loading…
Add table
Reference in a new issue