Fix farewell message

This commit is contained in:
Petar Kapriš 2025-04-21 08:03:54 +02:00
parent 6e29a8caa1
commit 99798da5e0

3
bs.sh
View file

@ -198,7 +198,8 @@ maininstallations() {
} }
finalize() { 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 ### ### THE ACTUAL SCRIPT ###