From 20a25c79b5dd1f7cd512f48faff5590f634e9113 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sat, 18 Aug 2012 14:31:10 +0300 Subject: [PATCH] add repo for wheezy --- install_yunohost | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_yunohost b/install_yunohost index 22aa80f..c3541f2 100755 --- a/install_yunohost +++ b/install_yunohost @@ -116,13 +116,13 @@ then grep -qri "yunohost" $CUSTOMAPT if [[ $? -eq 1 ]] then - case "$(lsb_release -is)" in - "Debian") + case "$(lsb_release -cs)" in + "squueze") echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT ;; - "Ubuntu") - echo "deb http://repo.yunohost.org/ precise main" >> $CUSTOMAPT + "wheezy") + echo "deb http://repo.yunohost.org/ megusta main" >> $CUSTOMAPT echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT ;; esac