This commit is contained in:
CanbiZ 2025-05-14 13:54:14 +02:00
parent f12dec0c75
commit cddb483499
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ var_ram="${var_ram:-3072}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"
var_unprivileged="${var_unprivileged:-1}"
var_verbose="${var_verbose:-yes}"
header_info "$APP"
variables

View File

@ -58,7 +58,6 @@ mkdir -p /opt/koel_{media,sync}
curl -fsSL https://github.com/koel/koel/releases/download/${RELEASE}/koel-${RELEASE}.zip -o /opt/koel.zip
unzip -q /opt/koel.zip
cd /opt/koel
#$STD apt-get install composer -y
mv .env.example .env
$STD composer install --no-interaction
sed -i -e "s/DB_CONNECTION=.*/DB_CONNECTION=pgsql/" \