mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-22 11:58:06 +00:00
slskd: fix broken curl (#3533)
This commit is contained in:
parent
65adb8e445
commit
0f5c9dfe42
@ -41,7 +41,7 @@ msg_ok "Setup ${APPLICATION}"
|
|||||||
msg_info "Installing Soularr"
|
msg_info "Installing Soularr"
|
||||||
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
||||||
cd /tmp
|
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
|
unzip -q main.zip
|
||||||
mv soularr-main /opt/soularr
|
mv soularr-main /opt/soularr
|
||||||
cd /opt/soularr
|
cd /opt/soularr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user