Fix farewell message
This commit is contained in:
parent
6e29a8caa1
commit
99798da5e0
1 changed files with 2 additions and 1 deletions
3
bs.sh
3
bs.sh
|
@ -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 ###
|
||||||
|
|
Loading…
Add table
Reference in a new issue