Skip to content
Snippets Groups Projects
Commit 2e8c98f9 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

ZLIB

parent d63c4ce8
No related branches found
No related tags found
No related merge requests found
Pipeline #4625 failed
......@@ -14,7 +14,7 @@ fi
if [ ! -d "$1/ZLIB" -a x"$platform" != x"cygwin" ]; then
rm zlib-1.2.12.tar.gz
rm -rf zlib-1.2.12
wget https://zlib.net/fossils/zlib-1.2.12.tar.gz
wget http://zlib.net/zlib-1.2.12.tar.gz
if [ $? -ne 0 ]; then
echo -e "\033[91;5;1m FAILED! Installation requires an Internet connection \033[0m"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment