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
|
grep -qri "yunohost" $CUSTOMAPT
|
||||||
if [[ $? -eq 1 ]]
|
if [[ $? -eq 1 ]]
|
||||||
then
|
then
|
||||||
case "$(lsb_release -is)" in
|
case "$(lsb_release -cs)" in
|
||||||
"Debian")
|
"squueze")
|
||||||
echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ squeeze main" >> $CUSTOMAPT
|
||||||
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
||||||
;;
|
;;
|
||||||
"Ubuntu")
|
"wheezy")
|
||||||
echo "deb http://repo.yunohost.org/ precise main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ megusta main" >> $CUSTOMAPT
|
||||||
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ apps main" >> $CUSTOMAPT
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue