Abra installer fails with some security setups #552
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Upon trying to install
abrawith the recommended scriptinstall.abra.coopcloud.techon one machine it erred out with a permissions error:After debugging that machine, the reason was
wgetwas executed through a firejail which by default mounts~/.local/bin/as read-only. The following simple patch which writes to/tmpaddresses machines with similar setups. This might (I am not a security expert) be safer place to write unverified binaries to anyway.If you like I would send a pull-request 😄
LGTM @basebuilder 🫶
coop-cloud/abra#402