mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Merge pull request #78 from YunoHost/there-is-a-testing-version-now
Allow both unstable and testing
This commit is contained in:
commit
39973cb264
1 changed files with 2 additions and 2 deletions
4
bookworm
4
bookworm
|
@ -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 UNLESS YOU ARE A POWER-USER. Everything is in BETA STAGE ONLY."
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue