Fix farewell message

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

3
bs.sh
View file

@ -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 ###