From e52df4bffc181e25d0e95e84a7da968b11fc9067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Mon, 21 Apr 2025 08:03:54 +0200 Subject: [PATCH] Fix farewell message --- bs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bs.sh b/bs.sh index 6944f96..28244bb 100644 --- a/bs.sh +++ b/bs.sh @@ -201,7 +201,8 @@ maininstallations() { } finalize() { - echo "The bootstrap script is complete, have fun with your new system!\\n\\nYou can log in using the command \"Hyprland\"." + echo "The bootstrap script is complete, have fun with your new system!\\n\\nYou can log in as your user, and run the graphical\ + environment using the command \"Hyprland\"." } ### THE ACTUAL SCRIPT ###