Update install.sh [skip ci]

This commit is contained in:
Chris Miles 2018-09-09 00:03:07 -05:00 committed by GitHub
parent 7836d020ce
commit 08bd335cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,9 @@ export apt_options="-y -qq" # Set autoconfirm and silent install
################################################################
read -n1 -r -p "Press any key to continue..." key
if [ ! -f ./install_variables.txt ]; then
read -n1 -r -p "Press any key to continue..." key
#::: Setting up user environment (eqemu)
echo "First, we need to set your passwords..."
echo "Make sure that you remember these and keep them somewhere"
@ -84,6 +85,7 @@ read -p "Enter (Database) MySQL EQEmu Server password: " eqemu_db_password
echo "mysql_eqemu_db_name:$eqemu_db_name" >> install_variables.txt
echo "mysql_eqemu_user:$eqemu_db_username" >> install_variables.txt
echo "mysql_eqemu_password:$eqemu_db_password" >> install_variables.txt
fi
if [[ "$OS" == "Debian" ]]; then
# Install pre-req packages