slskd: fix broken curl (#3533)

This commit is contained in:
CanbiZ 2025-03-31 16:39:27 +02:00 committed by GitHub
parent 65adb8e445
commit 0f5c9dfe42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ msg_ok "Setup ${APPLICATION}"
msg_info "Installing Soularr"
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
cd /tmp
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