composer install
This commit is contained in:
parent
71ab9ffb5f
commit
8636206713
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue