Error installing Abra #621

Closed
opened 2024-07-01 17:27:54 +00:00 by ammaratef45 · 4 comments
Member

When I try to install Abra using curl https://install.abra.coopcloud.tech | bash following this doc, I get the error below

ERROR: the checksum of downloaded file doesn't match the checksum in release! Either the file was corrupted during download or the file has been changed during transport

I managed to install it by just copying the script and pasting it on my server

When I try to install Abra using `curl https://install.abra.coopcloud.tech | bash` following [this doc](https://docs.coopcloud.tech/operators/tutorial), I get the error below ``` ERROR: the checksum of downloaded file doesn't match the checksum in release! Either the file was corrupted during download or the file has been changed during transport ``` I managed to install it by just copying the script and pasting it on my server
Owner

hey @ammaratef45, I just ran it and it still Works For Me ™ Could you paste the output of you uname -a? Maybe you're on a platform that abra doesn't support yet. Also, all our internal infra just came back up after an unexpected 💥 so that could also have been it... thanks for trying the tools out!

hey @ammaratef45, I just ran it and it still Works For Me ™ Could you paste the output of you `uname -a`? Maybe you're on a platform that `abra` doesn't support yet. Also, all our internal infra just came back up after an unexpected 💥 so that could also have been it... thanks for trying the tools out!
decentral1se added the
abra
installer
labels 2024-07-01 18:12:06 +00:00
Author
Member
ubuntu@ip-172-31-41-71:~$ uname -a
Linux ip-172-31-41-71 6.8.0-1008-aws #8-Ubuntu SMP Sat Apr 20 00:46:25 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

I didn't encounter this on my mac machine btw, only on the ubuntu server

``` ubuntu@ip-172-31-41-71:~$ uname -a Linux ip-172-31-41-71 6.8.0-1008-aws #8-Ubuntu SMP Sat Apr 20 00:46:25 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ``` I didn't encounter this on my mac machine btw, only on the ubuntu server
Owner

@ammaratef45 x86_64 seems like it should be supported 🤔 Can you spot anything in the installer script which might be breaking? Perhaps you can test out some of the commands? We might want to be doing some further CI testing on supported platforms for the installer ⚙

@ammaratef45 `x86_64` seems like it should be supported 🤔 Can you spot anything in the [installer script](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer) which might be breaking? Perhaps you can test out some of the commands? We might want to be doing some further CI testing on supported platforms for the installer ⚙
Owner

Gonna close this off now due to lacking further information but feel free to open up again if there is more to dig into and figure out what happened.

Gonna close this off now due to lacking further information but feel free to open up again if there is more to dig into and figure out what happened.
Sign in to join this conversation.
No description provided.