diff --git a/abra b/abra index 6e61419..8e4bd81 100755 --- a/abra +++ b/abra @@ -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 }