From 6f646b5de34ee833d86b1270385bbb7b5ac0fe98 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 8 May 2022 22:57:06 +0200 Subject: [PATCH] apt-utils is needed for debconf --- nextcloud_install_production.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 60c5af8f..774b7b78 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -56,6 +56,7 @@ is_process_running dpkg install_if_not lshw install_if_not net-tools install_if_not whiptail +install_if_not apt-utils # Check for flags if [ "$1" = "" ]