tls-scan icon indicating copy to clipboard operation
tls-scan copied to clipboard

zlib.net was changed resource URL

Open Serhatcck opened this issue 1 year ago • 1 comments

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.

  1. line on the boostrap.sh
  2. line on the boostrap-arm64

Serhatcck avatar Sep 18 '24 18:09 Serhatcck

Thanks @Serhatcck. Will fix it shortly.

prbinu avatar Sep 19 '24 17:09 prbinu