Do not install deps on CLI upgrade [ci skip]

This commit is contained in:
decentral1se 2021-07-06 00:13:09 +02:00
parent d7a4c2cebe
commit bd7688f9e7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

4
abra
View File

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