Code restructure on configure-stormux stub.

This commit is contained in:
Storm Dragon 2024-03-08 16:35:52 -05:00
parent 0b10dc426b
commit 386cb3230e

View File

@ -15,7 +15,6 @@ if [[ -x /opt/configure-stormux/configure-stormux.sh ]]; then
exit 0 exit 0
fi fi
if [[ ! -d /opt/configure-stormux ]]; then
# Offer to switch fenrir layout. # Offer to switch fenrir layout.
echo "Would you like to switch Fenrir to laptop layout?" echo "Would you like to switch Fenrir to laptop layout?"
echo "Press y for yes or n for no followed by enter." echo "Press y for yes or n for no followed by enter."
@ -67,7 +66,6 @@ fi
fi fi
echo "Installing configure-stormux..." echo "Installing configure-stormux..."
git -C /opt clone -q https://git.stormux.org/storm/configure-stormux || exit 1 git -C /opt clone -q https://git.stormux.org/storm/configure-stormux || exit 1
fi
echo echo
echo "Initial setup is complete." echo "Initial setup is complete."
@ -85,5 +83,4 @@ echo
echo "Thank you for choosing Stormux." echo "Thank you for choosing Stormux."
exit 0 exit 0