diff --git a/install_yunohostv2 b/install_yunohostv2 index 0227f6e..c44697e 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -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