mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
Update install.sh [skip ci]
This commit is contained in:
parent
7836d020ce
commit
08bd335cdb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user