From 92eb64b51ceb650e033bbaf32c9ea0596a850065 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 9 Sep 2018 00:04:16 -0500 Subject: [PATCH] Update install.sh [skip ci] --- utils/scripts/linux_installer/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/scripts/linux_installer/install.sh b/utils/scripts/linux_installer/install.sh index 64c376bb3..386503119 100644 --- a/utils/scripts/linux_installer/install.sh +++ b/utils/scripts/linux_installer/install.sh @@ -56,7 +56,8 @@ export apt_options="-y -qq" # Set autoconfirm and silent install if [ ! -f ./install_variables.txt ]; then -read -n1 -r -p "Press any key to continue..." key + 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"