From b9159df7b56f8dcff83d7f01ebfb04853681b319 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 22 Jun 2013 21:50:54 +0300 Subject: [PATCH] Update test install to v2 script --- install_yunohostv2 | 5 +++++ 1 file changed, 5 insertions(+) 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