[fix] Update testing installation command

This commit is contained in:
Le Kload 2015-11-09 14:45:32 +01:00
parent 1b120b3217
commit 07c5089f3d

View file

@ -267,7 +267,8 @@ workaround_avahi_installation() {
}
install_yunohost_packages() {
if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] ; then
if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] \
&& [[ "$DISTRIB" != "test" ]] && [[ "$DISTRIB" != "testing" ]] ; then
apt_get_wrapper \
-o Dpkg::Options::="--force-confold" \
-y --force-yes install \