mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
ajout repo lemonldap for wheezy
This commit is contained in:
parent
feba7f8de7
commit
43e2823e8a
1 changed files with 8 additions and 1 deletions
|
@ -110,7 +110,14 @@ then
|
||||||
grep -qri "lemonldap" $CUSTOMAPT
|
grep -qri "lemonldap" $CUSTOMAPT
|
||||||
if [[ $? -eq 1 ]]
|
if [[ $? -eq 1 ]]
|
||||||
then
|
then
|
||||||
echo "deb http://lemonldap-ng.org/deb squeeze main" >> $CUSTOMAPT
|
case "$(lsb_release -cs)" in
|
||||||
|
"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