From 27ff1119d3a64a638d63e810e700e5082911c162 Mon Sep 17 00:00:00 2001 From: Shadi Akiki Date: Sat, 15 Oct 2016 12:22:33 +0300 Subject: [PATCH] add install whiptail before update_dialogs The update_dialogs function depends on whiptail. whiptail is already in the INSTALLER_DEPS array, but it gets installed at a later point than here, so we need to install it for the sake of update_dialogs first. --- automated install/basic-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 435237cc..16f63184 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -892,6 +892,7 @@ if [[ -f ${setupVars} ]];then if [ "$1" == "pihole" ]; then useUpdateVars=true else + package_check_install "whiptail" update_dialogs fi fi