Browse Source

composer install

Bob Mottram 7 years ago
parent
commit
8636206713
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-koel

+ 1
- 1
src/freedombone-app-koel View File

@@ -534,7 +534,7 @@ function install_koel {
534 534
         fi
535 535
     fi
536 536
     npm install
537
-    php composer install
537
+    php composer.phar install
538 538
 
539 539
     cp .env.example .env
540 540
     sed -i "s/ADMIN_EMAIL=.*/ADMIN_EMAIL=$MY_EMAIL_ADDRESS/g" .env