umbrel icon indicating copy to clipboard operation
umbrel copied to clipboard

Downloading large files can get problematic. Please provide `.asc` and `.sig` files with each release.

Open IbrahimTanyalcin opened this issue 6 months ago • 2 comments

I was trying to upgrade from 0.5 to 1.2.2 and downloading the 1.8Gb *.iso.xz was quite problematic with the browser (both chrome/brave). The behavior did not change with disabling anti virus etc.

So decided to use wget the fetch the file from github releases: - Connection closed at byte 1845493760. Retrying. Connecting to objects.githubusercontent.com (objects.githubusercontent.com)| ..... HTTP request sent, awaiting response... 401 Unauthorized Username/Password Authentication Failed.

So it seems like either a temporary token is being expired during download, or the CDNs/whatever is making an issue about it. The workaround was to use wget -c to continue.

However this time I cannot verify if integrity is correct. I am looking at here: https://github.com/getumbrel/umbrel/releases

and I do not see asc or sig files to verify at least chekcsum via sha256. Is it possible to provide these?

IbrahimTanyalcin avatar Aug 16 '24 13:08 IbrahimTanyalcin