Update koel-install.sh
This commit is contained in:
parent
3f20620006
commit
1aa20369e9
@ -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)
|
RELEASE=$(curl -fsSL https://github.com/koel/koel/releases/latest | grep "title>Release" | cut -d " " -f 4)
|
||||||
mkdir -p /opt/koel_{media,sync}
|
mkdir -p /opt/koel_{media,sync}
|
||||||
curl -fsSL https://github.com/koel/koel/releases/download/${RELEASE}/koel-${RELEASE}.zip -o /opt/koel.zip
|
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
|
cd /opt/koel
|
||||||
mv .env.example .env
|
mv .env.example .env
|
||||||
$STD composer install --no-interaction
|
$STD composer install --no-interaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user