diff --git a/bs.sh b/bs.sh index c3fa5e1..5e16573 100644 --- a/bs.sh +++ b/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 ###