Update koel-install.sh

This commit is contained in:
CanbiZ 2025-05-14 13:58:19 +02:00
parent 3f20620006
commit 1aa20369e9

View File

@ -61,7 +61,8 @@ msg_info "Installing Koel(Patience)"
RELEASE=$(curl -fsSL https://github.com/koel/koel/releases/latest | grep "title>Release" | cut -d " " -f 4)
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
unzip koel.zip
cd /opt/koel
mv .env.example .env
$STD composer install --no-interaction