We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bab52 commit 21da4bcCopy full SHA for 21da4bc
ct/slskd.sh
@@ -47,7 +47,7 @@ function update_script() {
47
cp /opt/soularr/run.sh /opt/run.sh.bak
48
cd /tmp
49
rm -rf /opt/soularr
50
- 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
51
unzip -q main.zip
52
mv soularr-main /opt/soularr
53
cd /opt/soularr
0 commit comments