Browse Source

composer install

Bob Mottram 8 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
         fi
534
         fi
535
     fi
535
     fi
536
     npm install
536
     npm install
537
-    php composer install
537
+    php composer.phar install
538
 
538
 
539
     cp .env.example .env
539
     cp .env.example .env
540
     sed -i "s/ADMIN_EMAIL=.*/ADMIN_EMAIL=$MY_EMAIL_ADDRESS/g" .env
540
     sed -i "s/ADMIN_EMAIL=.*/ADMIN_EMAIL=$MY_EMAIL_ADDRESS/g" .env