mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-11 08:48:40 +00:00
Remove auto install, do this with phpunit!
This commit is contained in:
parent
8bcc84498d
commit
b5d6f55f4e
2
setup.sh
2
setup.sh
|
|
@ -52,8 +52,6 @@ mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
||||||
cd ${ROOT_PATH}
|
cd ${ROOT_PATH}
|
||||||
touch private.php
|
touch private.php
|
||||||
|
|
||||||
curl --connect-timeout 600 --max-time 601 -L ${WEB_URL}/Install
|
|
||||||
|
|
||||||
# Downloading tools
|
# Downloading tools
|
||||||
wget -nc https://getcomposer.org/composer.phar
|
wget -nc https://getcomposer.org/composer.phar
|
||||||
wget -nc https://phar.phpunit.de/phploc.phar
|
wget -nc https://phar.phpunit.de/phploc.phar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user