composer install

This commit is contained in:
Bob Mottram 2017-05-25 13:02:07 +01:00
parent 71ab9ffb5f
commit 8636206713
1 changed files with 1 additions and 1 deletions

View File

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