Update koel-install.sh
This commit is contained in:
parent
1b890c6c4a
commit
7cebd85b50
@ -60,7 +60,8 @@ wget -q https://github.com/koel/koel/releases/download/${RELEASE}/koel-${RELEASE
|
||||
unzip -q koel-${RELEASE}.zip
|
||||
cd /opt/koel
|
||||
apt-get install composer -y
|
||||
$STD composer update --no-interaction
|
||||
mv .env.example .env
|
||||
$STD composer install --no-interaction
|
||||
sed -i -e "s/DB_CONNECTION=.*/DB_CONNECTION=pgsql/" \
|
||||
-e "s/DB_HOST=.*/DB_HOST=localhost/" \
|
||||
-e "s/DB_DATABASE=.*/DB_DATABASE=$DB_NAME/" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user