Update abra git repo url #207
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "nicksellen/abra:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)