From 1aa20369e9f1d6ea6a7f82499d3be40a38f1ff13 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 14 May 2025 13:58:19 +0200 Subject: [PATCH] Update koel-install.sh --- install/koel-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/koel-install.sh b/install/koel-install.sh index 4707362..9ab4fbb 100644 --- a/install/koel-install.sh +++ b/install/koel-install.sh @@ -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