mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Remove disclaimer / mandatory testing branch
This commit is contained in:
parent
975ac732e5
commit
0646addc56
1 changed files with 0 additions and 2 deletions
|
@ -219,8 +219,6 @@ 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."
|
||||
|
||||
# Forbid people from installing on Ubuntu or Linux mint ...
|
||||
if [[ -f "/etc/lsb-release" ]];
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue