Skip to content

Commit

Permalink
Merge pull request #81 from YunoHost/bookworm
Browse files Browse the repository at this point in the history
Allow installing bookworm in stable
  • Loading branch information
alexAubin authored Oct 31, 2024
2 parents dbcbca5 + 9f4f16f commit 53f4350
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 53f4350

Please sign in to comment.