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