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.
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 thecurl -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.