From 033a99710d256c573fd4e6f1ce85d9c091cc449f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 18 Jul 2018 18:21:23 +0200 Subject: [PATCH] Fix overwrite existing files --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index cb34398..bf5030f 100644 --- a/setup.sh +++ b/setup.sh @@ -100,7 +100,7 @@ wget -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar wget -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar wget -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip -unzip -j jasmine-standalone-3.1.0.zip -d ${ROOT_PATH}/jsOMS/tests +unzip -n -j jasmine-standalone-3.1.0.zip -d ${ROOT_PATH}/jsOMS/tests tar -zxvf compiler-latest.tar.gz chmod -R 777 ${TOOLS_PATH}