From 51a299bf6266b838dc40ef9e962327d056d56a2d Mon Sep 17 00:00:00 2001 From: Avior Date: Thu, 25 Apr 2019 01:28:04 +0200 Subject: [PATCH] Correct Codacy Warning --- prepare.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prepare.sh b/prepare.sh index 9c5e37d..39cab4c 100644 --- a/prepare.sh +++ b/prepare.sh @@ -1,6 +1,9 @@ +#/bin/bash + apt-get update -yqq apt-get install -yqq zip tar docker-php-ext-install json pecl install xdebug docker-php-ext-enable xdebug curl -sS https://getcomposer.org/installer | php +php composer.phar install