From f4301f4cb377b1ead1204b6a998c414592ede8f4 Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 10 May 2016 10:28:23 +0200 Subject: [PATCH] [fix] Remove legacy distribution names. --- install_yunohost | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_yunohost b/install_yunohost index 25d0b3e..3612e39 100755 --- a/install_yunohost +++ b/install_yunohost @@ -153,9 +153,9 @@ setup_package_source() { if [[ "$DISTRIB" == "stable" ]] ; then echo "$CUSTOMDEB" > $CUSTOMAPT - elif [[ "$DISTRIB" == "test" ]] || [[ "$DISTRIB" == "testing" ]] ; then + elif [[ "$DISTRIB" == "testing" ]] ; then echo "$CUSTOMDEB testing" > $CUSTOMAPT - elif [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then + elif [[ "$DISTRIB" == "unstable" ]] ; then echo "$CUSTOMDEB testing unstable" > $CUSTOMAPT fi