mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Follow redirect
This commit is contained in:
parent
cb902013d3
commit
9531dacd9e
2
setup.sh
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user