pkg(pure-0.68):Add -L flag on curl, so that it can allow redirects.

This commit is contained in:
Shivansh-007 2021-03-20 06:45:31 +05:30 committed by GitHub
parent 7b82da372e
commit fa0b2178ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@
PREFIX=$(realpath $(dirname $0))
# Installing LLVM and clang (the latter is optional but recommended)
curl -O "http://llvm.org/releases/3.4/llvm-3.4.src.tar.gz"
curl -O "http://llvm.org/releases/3.4/clang-3.4.src.tar.gz"
curl -OL "http://llvm.org/releases/3.4/llvm-3.4.src.tar.gz"
curl -OL "http://llvm.org/releases/3.4/clang-3.4.src.tar.gz"
tar xfvz llvm-3.4.src.tar.gz
tar xfvz clang-3.4.src.tar.gz