Skip to content

Commit 39973cb

Browse files
authored
Merge pull request #78 from YunoHost/there-is-a-testing-version-now
Allow both unstable and testing
2 parents 060cf53 + 406d923 commit 39973cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bookworm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ function apt_install() {
234234

235235
function check_assertions()
236236
{
237-
if [[ $DISTRIB != "unstable" ]]
237+
if [[ $DISTRIB == "stable" ]]
238238
then
239-
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."
239+
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 UNLESS YOU ARE A POWER-USER. Everything is in BETA STAGE ONLY."
240240
return 1
241241
fi
242242

0 commit comments

Comments
 (0)