Update install_yunohost

This commit is contained in:
abeudin 2012-08-19 18:24:30 +03:00
parent 5cecdb897a
commit 8a2b5ee17f

View file

@ -117,7 +117,7 @@ then
if [[ $? -eq 1 ]]
then
case "$(lsb_release -cs)" in
"squueze")
"squeeze")
echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
;;