Make sure whiptail is installed...

pull/1028/head
Promofaux 8 years ago
parent fdb64a5702
commit a8897becd2

@ -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

Loading…
Cancel
Save