From 9531dacd9e8f9e010b9f238c047356fa90a13e82 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 26 Mar 2016 15:24:40 +0100 Subject: [PATCH] Follow redirect --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index cec8559..9ba1de1 100644 --- a/setup.sh +++ b/setup.sh @@ -52,7 +52,7 @@ mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD} cd ${ROOT_PATH} touch private.php -curl --connect-timeout 600 --max-time 601 ${WEB_URL}/Install +curl --connect-timeout 600 --max-time 601 -L ${WEB_URL}/Install # Downloading tools wget -nc https://getcomposer.org/composer.phar