Remove whiptail call at the end of the script

This commit is contained in:
Petar Kapriš 2025-04-20 22:08:41 +02:00
parent 728ac083a9
commit 0f0c7eb44e

3
bs.sh
View file

@ -199,8 +199,7 @@ maininstallations() {
} }
finalize() { finalize() {
whiptail --title "All done!" \ echo "The bootstrap script is complete, have fun with your new system!\\n\\nYou can log in using the command \"Hyprland\"."
--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
} }
### THE ACTUAL SCRIPT ### ### THE ACTUAL SCRIPT ###