From a8897becd2d753ed16f8d68628e38c08f9a165c0 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 23 Dec 2016 16:55:56 +0000 Subject: [PATCH] Make sure whiptail is installed... --- automated install/basic-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index d8899ce3..61665fdb 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1013,8 +1013,6 @@ update_dialogs() { } main() { - # Check if SELinux is Enforcing - checkSelinux # Check arguments for the undocumented flags for var in "$@"; do @@ -1051,6 +1049,9 @@ main() { # Install packages used by this installation script install_dependent_packages INSTALLER_DEPS[@] + # Check if SELinux is Enforcing + checkSelinux + if [[ "${reconfigure}" == true ]]; then echo "::: --reconfigure passed to install script. Not downloading/updating local repos" else