mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Update test install to v2 script
This commit is contained in:
parent
61b24207fe
commit
b9159df7b5
1 changed files with 5 additions and 0 deletions
|
@ -96,6 +96,11 @@ then
|
||||||
then
|
then
|
||||||
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $1 == "test" ]]
|
||||||
|
then
|
||||||
|
echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT
|
||||||
|
fi
|
||||||
|
|
||||||
#Get gpg key
|
#Get gpg key
|
||||||
wget -O- http://lemonldap-ng.org/_media/rpm-gpg-key-ow2 -q | apt-key add - -qq
|
wget -O- http://lemonldap-ng.org/_media/rpm-gpg-key-ow2 -q | apt-key add - -qq
|
||||||
|
|
Loading…
Add table
Reference in a new issue