Updated configure-stormux stub.

This commit is contained in:
Storm Dragon 2024-03-03 14:38:44 -05:00
parent 563362985f
commit 9f8355514f
1 changed files with 9 additions and 4 deletions

View File

@ -39,11 +39,16 @@ if [[ ! -d /opt/configure-stormux ]]; then
fi
echo "Installing configure-stormux..."
git -C /opt clone -q https://git.stormux.org/storm/configure-stormux || exit 1
# The main script is installed, no need for first run any more.
rm -f /etc/chron.d/0firstrun
fi
pushd /opt/configure-stormux
./configure-stormux.sh
echo
echo "Initial setup is complete."
echo
echo "If you would like more options, run configure-stormux,"
echo "or you may configure your system manually."
echo
echo "Thank you for choosing Stormux."
exit 0