add repo for wheezy

This commit is contained in:
abeudin 2012-08-18 14:31:10 +03:00
parent 836fe1719e
commit 20a25c79b5

View file

@ -116,13 +116,13 @@ then
grep -qri "yunohost" $CUSTOMAPT grep -qri "yunohost" $CUSTOMAPT
if [[ $? -eq 1 ]] if [[ $? -eq 1 ]]
then then
case "$(lsb_release -is)" in case "$(lsb_release -cs)" in
"Debian") "squueze")
echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
;; ;;
"Ubuntu") "wheezy")
echo "deb http://repo.yunohost.org/ precise main" >> $CUSTOMAPT echo "deb http://repo.yunohost.org/ megusta main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
;; ;;
esac esac