From 975ac732e5f3d864481aac0eadcac7872e95e9f1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 6 Jun 2020 02:53:25 +0200 Subject: [PATCH] Typo --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 249fe19..e68fada 100755 --- a/install_yunohost +++ b/install_yunohost @@ -219,7 +219,7 @@ function check_assertions() # only to check this... [[ "$(cat /etc/debian_version)" =~ ^10.* ]] || die "YunoHost is only available for the version 10 (Buster) of Debian, you are using '$(cat /etc/debian_version)'." - [[ "$DISTRIB" != "testing" ]] || die "Yunohost support for Buster is still in alpha testing stage - meaning you should expect epic bugs and this is NOT suited for deployment in production. It is ONLY intended for users willing to participate in alpha testing and report issues found. DO NOT USE FOR PRODUCTION ENVIRONMENT. If you agree with this, you should call this script with -d testing." + [[ "$DISTRIB" == "testing" ]] || die "Yunohost support for Buster is still in alpha testing stage - meaning you should expect epic bugs and this is NOT suited for deployment in production. It is ONLY intended for users willing to participate in alpha testing and report issues found. DO NOT USE FOR PRODUCTION ENVIRONMENT. If you agree with this, you should call this script with -d testing." # Forbid people from installing on Ubuntu or Linux mint ... if [[ -f "/etc/lsb-release" ]];