tls-scan
tls-scan copied to clipboard
zlib.net was changed resource URL
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. 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
Thanks @Serhatcck. Will fix it shortly.