From 5a2d653b01c9187dce0ff0f6c77dcd0b260188f1 Mon Sep 17 00:00:00 2001 From: David Jones Date: Mon, 1 Aug 2016 17:38:35 -0700 Subject: [PATCH] set correct Github URL for downloading releases --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index 0f8db063ab..6ff783bbee 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -290,7 +290,7 @@ echo -e "\033[1;36mStarting PredictionIO setup in:\033[0m $pio_dir" cd ${TEMP_DIR} if [[ ! -e ${PIO_FILE} ]]; then echo "Downloading PredictionIO..." - curl -OL https://github.com/PredictionIO/PredictionIO/releases/download/v${PIO_VERSION}/${PIO_FILE} + curl -OL https://github.com/apache/incubator-predictionio/releases/download/v${PIO_VERSION}/${PIO_FILE} fi tar zxf ${PIO_FILE} rm -rf ${pio_dir}