Migrate abra
installer to coopcloud.tech domain
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Closes https://git.autonomic.zone/coop-cloud/abra/issues/150.
This commit is contained in:
4
abra
4
abra
@ -2398,9 +2398,9 @@ OPTIONS
|
||||
|
||||
sub_upgrade() {
|
||||
if [[ "$abra___dev" == "true" ]]; then
|
||||
curl https://install.abra.autonomic.zone | bash -s -- --dev
|
||||
curl https://install.abra.coopcloud.tech | bash -s -- --dev
|
||||
else
|
||||
curl https://install.abra.autonomic.zone | bash
|
||||
curl https://install.abra.coopcloud.tech | bash
|
||||
fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user