Updated configure-stormux stub.
This commit is contained in:
parent
563362985f
commit
9f8355514f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user