Allow both unstable and testing

This commit is contained in:
Kayou 2024-07-30 07:38:40 +02:00 committed by Kay0u
parent 060cf53559
commit 9e9ddb8676
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -234,9 +234,9 @@ function apt_install() {
function check_assertions()
{
if [[ $DISTRIB != "unstable" ]]
if [[ $DISTRIB == "stable" ]]
then
error "Only unstable branch is supported for Bookworm right now. We ABSOLUTELY DISCOURAGE using YunoHost Bookworm in any sort of production (or even testing) setup right now. Everything is in PRE-ALPHA STAGE ONLY."
error "Only unstable and testing branches are supported for Bookworm right now. We ABSOLUTELY DISCOURAGE using YunoHost Bookworm in any sort of production setup right now. Everything is in BETA STAGE ONLY."
return 1
fi