hey 🙂
I did curl https://install.abra.autonomic.zone | bash (as mentioned on https://docs.coopcloud.tech/deploy/)
... but ~/.local/bin/abra ended up containing just Found
it's because the install script fetches https://git.autonomic.zone/coop-cloud/abra/raw/tag/10.0.0/abra which redirects to https://git.coopcloud.tech/coop-cloud/abra/raw/tag/10.0.0/abra and curl is used without a follow redirects option (-L)
This PR updates the git url to point to the new repo location.
(As discussed in https://matrix.to/#/!DfXPgKLoYCvjHithgS:autonomic.zone/$6m60U7U4zXuX9GAejoq1CKiwDjHUZmhJX3DaOTk9iUE?via=autonomic.zone&via=matrix.org&via=cyberia.club)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
hey 🙂
I did curl https://install.abra.autonomic.zone | bash (as mentioned on https://docs.coopcloud.tech/deploy/)
... but ~/.local/bin/abra ended up containing just Found
it's because the install script fetches https://git.autonomic.zone/coop-cloud/abra/raw/tag/10.0.0/abra which redirects to https://git.coopcloud.tech/coop-cloud/abra/raw/tag/10.0.0/abra and curl is used without a follow redirects option (-L)
This PR updates the git url to point to the new repo location.
(As discussed in https://matrix.to/#/!DfXPgKLoYCvjHithgS:autonomic.zone/$6m60U7U4zXuX9GAejoq1CKiwDjHUZmhJX3DaOTk9iUE?via=autonomic.zone&via=matrix.org&via=cyberia.club)