You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boostrap*.sh files uses zlib.net for download assets. But zlib.net moved their archive files.
Such as at 67. line of the boostrap.sh file you are using the curl -OL https://www.zlib.net/${ZLIB_VERSION}.tar.gz code. But https://www.zlib.net/zlib-1.3.1.tar.gz is not accessible. This should be change curl -OL https://zlib.net/fossils/${ZLIB_VERSION}.tar.gz on both boostrap.sh file.
For this situation error occur while in installation progress.
line on the boostrap.sh
line on the boostrap-arm64
The text was updated successfully, but these errors were encountered:
Hi everyone,
boostrap*.sh
files uses zlib.net for download assets. But zlib.net moved their archive files.Such as at 67. line of the boostrap.sh file you are using the
curl -OL https://www.zlib.net/${ZLIB_VERSION}.tar.gz
code. Buthttps://www.zlib.net/zlib-1.3.1.tar.gz
is not accessible. This should be changecurl -OL https://zlib.net/fossils/${ZLIB_VERSION}.tar.gz
on both boostrap.sh file.For this situation error occur while in installation progress.
The text was updated successfully, but these errors were encountered: