Hey @Bitmen, I hope you’re doing well!
I’ve taken a look at the logs and from my perspective, it might be an issue with the gzip package.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0/usr/bin/gzip: 1: ELF: not found
/usr/bin/gzip: 3: : not found
Could you try to install gzip before doing the installation?
sudo apt install gzip
then run the same command to install umbrel:
curl -L https://umbrel.sh | bash -s – --install-path ~/umbrel
also, make sure that your ~/umbrel/ folder is empty before running the installation script:
sudo rm -rf ~/umbrel/*
I hope this time it’ll work out!