Skip to content

Commit 21da4bc

Browse files
authored
slskd: fix missing -o for curl (#3828)
1 parent 36bab52 commit 21da4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/slskd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function update_script() {
4747
cp /opt/soularr/run.sh /opt/run.sh.bak
4848
cd /tmp
4949
rm -rf /opt/soularr
50-
curl -fsSL https://github.com/mrusse/soularr/archive/refs/heads/main.zip
50+
curl -fsSL -o main.zip https://github.com/mrusse/soularr/archive/refs/heads/main.zip
5151
unzip -q main.zip
5252
mv soularr-main /opt/soularr
5353
cd /opt/soularr

0 commit comments

Comments
 (0)