correct install_yunohost for debian wheezy

correct elif syntax for debian wheezy
This commit is contained in:
dblugeon 2012-10-04 09:20:54 +03:00
parent 8905d0c47a
commit 179e4eaa4f

View file

@ -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