mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Update install.sh [skip ci]
This commit is contained in:
@@ -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)
|
#::: Setting up user environment (eqemu)
|
||||||
echo "First, we need to set your passwords..."
|
echo "First, we need to set your passwords..."
|
||||||
echo "Make sure that you remember these and keep them somewhere"
|
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_db_name:$eqemu_db_name" >> install_variables.txt
|
||||||
echo "mysql_eqemu_user:$eqemu_db_username" >> install_variables.txt
|
echo "mysql_eqemu_user:$eqemu_db_username" >> install_variables.txt
|
||||||
echo "mysql_eqemu_password:$eqemu_db_password" >> install_variables.txt
|
echo "mysql_eqemu_password:$eqemu_db_password" >> install_variables.txt
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "$OS" == "Debian" ]]; then
|
if [[ "$OS" == "Debian" ]]; then
|
||||||
# Install pre-req packages
|
# Install pre-req packages
|
||||||
|
|||||||
Reference in New Issue
Block a user