Update test install to v2 script

This commit is contained in:
Alexis Gavoty 2013-06-22 21:50:54 +03:00
parent 61b24207fe
commit b9159df7b5

View file

@ -96,6 +96,11 @@ then
then
echo "deb http://repo.yunohost.org/ lemonldap main" >> $CUSTOMAPT
fi
if [[ $1 == "test" ]]
then
echo "deb http://repo.yunohost.org/ test main" >> $CUSTOMAPT
fi
#Get gpg key
wget -O- http://lemonldap-ng.org/_media/rpm-gpg-key-ow2 -q | apt-key add - -qq