From 8a2b5ee17f5c91345770f6bfa484582c9f8e1a10 Mon Sep 17 00:00:00 2001 From: abeudin Date: Sun, 19 Aug 2012 18:24:30 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 9fe96a8..f76f30e 100755 --- a/install_yunohost +++ b/install_yunohost @@ -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 ;;