mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-14 04:48:40 +00:00
Automatic install fix test with headers
This commit is contained in:
parent
66049dce69
commit
88bf2ec7a2
2
setup.sh
2
setup.sh
|
|
@ -29,7 +29,7 @@ mysql -e 'drop database if exists oms;' -u root -p${DB_PASSWORD}
|
|||
mysql -e 'create database oms;' -u root -p${DB_PASSWORD}
|
||||
#echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
||||
curl --connect-timeout 600 --max-time 601 ${WEB_URL}/Admin/Install
|
||||
curl --connect-timeout 600 --max-time 601 -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8' -A "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36" ${WEB_URL}/Admin/Install
|
||||
|
||||
# Downloading tools
|
||||
wget -nc https://phar.phpunit.de/phploc.phar
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user