Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/library.sh')
-rw-r--r--etc/library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/library.sh b/etc/library.sh
index 04e19392..89ecee1e 100644
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -296,7 +296,7 @@ function clear_password_fields()
function apt_install()
{
apt-get update
- apt-get install -y --no-install-recommends -o Dpkg::Options::=--force-confdef
+ apt-get install -y --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::="--force-confold" "$@"
}
function notify_admin()