From 0f0c7eb44e4e4fc54f56bee683f5b1c74385f292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Sun, 20 Apr 2025 22:08:41 +0200 Subject: [PATCH] Remove whiptail call at the end of the script --- bs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ###