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 65adb8e commit 0f5c9dfCopy full SHA for 0f5c9df
install/slskd-install.sh
@@ -41,7 +41,7 @@ msg_ok "Setup ${APPLICATION}"
41
msg_info "Installing Soularr"
42
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
43
cd /tmp
44
-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
45
unzip -q main.zip
46
mv soularr-main /opt/soularr
47
cd /opt/soularr
0 commit comments