From 33a1f227795753ee1af61824b264f421d63795e9 Mon Sep 17 00:00:00 2001 From: aymhce Date: Wed, 24 Jan 2018 23:48:27 +0100 Subject: [PATCH] fix for 2nd issue detected #23 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 22f060b..9d34d8d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -26,7 +26,7 @@ ampache_ynh_install () { cd $final_path php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php - php composer.phar update --no-interaction --no-dev + #php composer.phar update --no-interaction php composer.phar install --prefer-source --no-interaction --no-dev ) # Set permissions to ampache directory