Skip to content

Commit 0f5c9df

Browse files
authored
slskd: fix broken curl (#3533)
1 parent 65adb8e commit 0f5c9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/slskd-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ msg_ok "Setup ${APPLICATION}"
4141
msg_info "Installing Soularr"
4242
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
4343
cd /tmp
44-
curl -fsSL https://github.com/mrusse/soularr/archive/refs/heads/main.zip
44+
curl -fsSL -o main.zip https://github.com/mrusse/soularr/archive/refs/heads/main.zip
4545
unzip -q main.zip
4646
mv soularr-main /opt/soularr
4747
cd /opt/soularr

0 commit comments

Comments
 (0)