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
822703f35a
commit
d2dc8b1963
1 changed files with 1 additions and 8 deletions
|
@ -110,14 +110,7 @@ then
|
||||||
grep -qri "lemonldap" $CUSTOMAPT
|
grep -qri "lemonldap" $CUSTOMAPT
|
||||||
if [[ $? -eq 1 ]]
|
if [[ $? -eq 1 ]]
|
||||||
then
|
then
|
||||||
case "$(lsb_release -cs)" in
|
echo "deb http://lemonldap-ng.org/deb squeeze main" >> $CUSTOMAPT
|
||||||
"squeeze")
|
|
||||||
echo "deb http://lemonldap-ng.org/deb squeeze main" >> $CUSTOMAPT
|
|
||||||
;;
|
|
||||||
"wheezy")
|
|
||||||
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
grep -qri "yunohost" $CUSTOMAPT
|
grep -qri "yunohost" $CUSTOMAPT
|
||||||
|
|
Loading…
Add table
Reference in a new issue