mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
Merge pull request #25 from aymhce/master
fix for 2nd issue detected #23
This commit is contained in:
commit
71b4cc345a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue