Commit 536c3d34 by Marcus Shawcroft Committed by Tianqi Chen

Fix broken rat install (#3527)

http://www.trieuvan.com/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
gives a 404 so point the installer at archive.apache.org hopefull that
is more reliable.
parent 3f16829a
......@@ -21,7 +21,7 @@ set -u
set -o pipefail
cd /tmp
wget -q http://www.trieuvan.com/apache//creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
wget -q https://archive.apache.org/dist/creadur/apache-rat-0.12/apache-rat-0.12-bin.tar.gz
tar xf apache-rat-0.12-bin.tar.gz
mv apache-rat-0.12/apache-rat-0.12.jar /bin/apache-rat.jar
rm -rf apache-rat-0.12-bin.tar.gz apache-rat-0.12
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment