mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update install_yunohost
This commit is contained in:
parent
29affa6594
commit
0bcb46afce
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue