From d2dc8b196396442e1ae4c2f6cf006cba307c51dc Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 23 Aug 2012 19:27:07 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/install_yunohost b/install_yunohost index 1cf7327..0d64532 100755 --- a/install_yunohost +++ b/install_yunohost @@ -110,14 +110,7 @@ then grep -qri "lemonldap" $CUSTOMAPT if [[ $? -eq 1 ]] then - case "$(lsb_release -cs)" in - "squeeze") - echo "deb http://lemonldap-ng.org/deb squeeze main" >> $CUSTOMAPT - ;; - "wheezy") - echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT - ;; - esac + echo "deb http://lemonldap-ng.org/deb squeeze main" >> $CUSTOMAPT fi grep -qri "yunohost" $CUSTOMAPT