From 179e4eaa4f81ec219e59f261d3466bd69d089e74 Mon Sep 17 00:00:00 2001 From: dblugeon Date: Thu, 4 Oct 2012 09:20:54 +0300 Subject: [PATCH] correct install_yunohost for debian wheezy correct elif syntax for debian wheezy --- install_yunohost | 1 + 1 file changed, 1 insertion(+) diff --git a/install_yunohost b/install_yunohost index 498174f..4d5f3d7 100755 --- a/install_yunohost +++ b/install_yunohost @@ -155,6 +155,7 @@ then then debconf-set-selections debconf elif [[ $(lsb_release -cs) = "wheezy" ]] || [[ $(lsb_release -cs) = "n/a" ]]; + then debconf-set-selections debconfv2 fi