$another_installer_fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2021-08-11 02:05:05 +02:00
parent e92fa554d4
commit 1c820c70fb
2 changed files with 3 additions and 2 deletions

2
abra
View File

@ -2655,7 +2655,7 @@ sub_upgrade() {
if [[ "$abra___dev" == "true" ]]; then
curl https://install.abra.coopcloud.tech | bash -s -- --dev --no-deps
else
curl https://install.abra.coopcloud.tech | bash -- --no-deps
curl https://install.abra.coopcloud.tech | bash -s -- --no-deps
fi
}