From 0bcb46afce73ebba3193de11b6e85c1e52daaa65 Mon Sep 17 00:00:00 2001 From: abeudin Date: Fri, 3 Aug 2012 14:28:39 +0300 Subject: [PATCH] Update install_yunohost --- install_yunohost | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_yunohost b/install_yunohost index 213308b..a9a7b9d 100755 --- a/install_yunohost +++ b/install_yunohost @@ -70,9 +70,11 @@ then if [ $(lsb_release -is) = "Debian" ]; then echo "deb http://repo.yunohost.org/ squeeze main" >> /etc/apt/sources.list + echo "deb http://repo.yunohost.org/ apps main" >> /etc/apt/sources.list elif [ $(lsb_release -is) = "Ubuntu" ]; then echo "deb http://repo.yunohost.org/ precise main" >> /etc/apt/sources.list + echo "deb http://repo.yunohost.org/ apps main" >> /etc/apt/sources.list fi fi