From 9f4f16f5518aae648fe1407f9bfed75769d035dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 30 Oct 2024 21:32:35 +0100 Subject: [PATCH] Allow installing bookworm in stable --- bookworm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bookworm b/bookworm index eb3a5ee..70880b0 100755 --- a/bookworm +++ b/bookworm @@ -256,11 +256,6 @@ function apt_install() { function check_assertions() { - if [[ $DISTRIB == "stable" ]]; then - 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." - return 1 - fi - # Assert we're on Debian # Note : we do not rely on lsb_release to avoid installing a dependency # only to check this...