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 ;;