Compare commits

..

No commits in common. "a13b71420899b52f2ff26eb47e4a8f514efe3956" and "3599c8bb8d21d51f3c52ec3cd3d575fd303796be" have entirely different histories.

View File

@ -60,8 +60,7 @@ 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
mv .env.example .env
$STD composer install --no-interaction
$STD composer update --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/" \