From 99798da5e0c2c6f72cadfbc268f300fd6538d11e 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 a2de70f..ed0e3a9 100644 --- a/bs.sh +++ b/bs.sh @@ -198,7 +198,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 ###