Removed some unnecessary instructions from the first boot script.

This commit is contained in:
Storm Dragon
2025-11-23 01:28:05 -05:00
parent 370d351887
commit 3176d951b6
2 changed files with 2 additions and 8 deletions

View File

@@ -51,11 +51,7 @@ clear
cat << "EOF" cat << "EOF"
Hello, and welcome to Stormux! Hello, and welcome to Stormux!
Let's get you set up. After you press enter, you will be prompted for the sudo password. Let's get you set up.
When that happens, type the word stormux and press enter.
You will not receive any speech feedback for this process.
That is completely normal, and speech will return after you have typed the password.
Once again, the password is stormux in all lower case letters.
Please press enter to continue. Please press enter to continue.
EOF EOF

View File

@@ -2,8 +2,7 @@
trap cleanup EXIT trap cleanup EXIT
cleanup() { cleanup() {
echo "To continue setup, please run:" echo "Thank you for choosing Stormux!"
echo "configure-stormux"
} }
# Volume calibration is now handled in stormux_first_boot.sh # Volume calibration is now handled in stormux_first_boot.sh
@@ -77,6 +76,5 @@ else
echo echo
echo "To run the Stormux installer, type install-stormux" echo "To run the Stormux installer, type install-stormux"
echo echo
echo "Thank you for choosing Stormux."
exit 0 exit 0
fi fi