diff --git a/setup.sh b/setup.sh index 9ba1de1..d70590f 100644 --- a/setup.sh +++ b/setup.sh @@ -52,8 +52,6 @@ mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD} cd ${ROOT_PATH} touch private.php -curl --connect-timeout 600 --max-time 601 -L ${WEB_URL}/Install - # Downloading tools wget -nc https://getcomposer.org/composer.phar wget -nc https://phar.phpunit.de/phploc.phar