1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-15 03:53:57 +00:00

slskd: fix missing -o for curl (#3828)

This commit is contained in:
CanbiZ 2025-04-11 08:12:25 +02:00 committed by GitHub
parent 36bab52e7a
commit 21da4bc8b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ function update_script() {
cp /opt/soularr/run.sh /opt/run.sh.bak
cd /tmp
rm -rf /opt/soularr
curl -fsSL https://github.com/mrusse/soularr/archive/refs/heads/main.zip
curl -fsSL -o main.zip https://github.com/mrusse/soularr/archive/refs/heads/main.zip
unzip -q main.zip
mv soularr-main /opt/soularr
cd /opt/soularr