From 5ccd21b9b5278d910c6741a086407ad485fb9338 Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 14 Feb 2013 15:37:19 +0100 Subject: [PATCH] Update install_yunohost --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 985a327..56da971 100755 --- a/install_yunohost +++ b/install_yunohost @@ -190,7 +190,7 @@ EOF --logfile /var/log/yunohost.log \ -- \ apt-get -y install \ - -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" \ + -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ yunohost \ yunohost-config \ yunohost-config-postfix \