diff --git a/autoinstall_yunohostv2 b/autoinstall_yunohostv2 index dc5dbac..6d614d2 100755 --- a/autoinstall_yunohostv2 +++ b/autoinstall_yunohostv2 @@ -110,11 +110,11 @@ then if [ $# -gt 0 ]; then if [[ "$1" == "test" ]] || [[ "$1" == "testing" ]] ; then - echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT fi if [[ "$1" == "daily" ]] || [[ "$1" == "unstable" ]] ; then - echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT - echo "deb http://daily.yunohost.org/ unstable main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/ unstable main" >> $CUSTOMAPT fi fi diff --git a/install_yunohostv2 b/install_yunohostv2 index 85d8a5e..c84c2ea 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -114,11 +114,11 @@ then if [ $# -gt 0 ]; then if [[ "$1" == "test" ]] || [[ "$1" == "testing" ]] ; then - echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT fi if [[ "$1" == "daily" ]] || [[ "$1" == "unstable" ]] ; then - echo "deb http://daily.yunohost.org/ testing main" >> $CUSTOMAPT - echo "deb http://daily.yunohost.org/ unstable main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/ unstable main" >> $CUSTOMAPT fi fi