mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
add repo for wheezy
This commit is contained in:
parent
836fe1719e
commit
20a25c79b5
1 changed files with 4 additions and 4 deletions
|
@ -116,13 +116,13 @@ then
|
|||
grep -qri "yunohost" $CUSTOMAPT
|
||||
if [[ $? -eq 1 ]]
|
||||
then
|
||||
case "$(lsb_release -is)" in
|
||||
"Debian")
|
||||
case "$(lsb_release -cs)" in
|
||||
"squueze")
|
||||
echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT
|
||||
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
||||
;;
|
||||
"Ubuntu")
|
||||
echo "deb http://repo.yunohost.org/ precise main" >> $CUSTOMAPT
|
||||
"wheezy")
|
||||
echo "deb http://repo.yunohost.org/ megusta main" >> $CUSTOMAPT
|
||||
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue