Slskd Update Issue #794

Closed
opened 2026-02-04 21:35:41 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @SemperEnim on GitHub (Apr 11, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Slskd

📂 What was the exact command used to execute the script?

/usr/bin/update

📝 Provide a clear and concise description of the issue.

Update command fails to update and deletes /opt/soularr directory due curl command failing to download the file while updating.

Replacing
curl -fsSL https://github.com/mrusse/soularr/archive/refs/heads/main.zip
with
wget https://github.com/mrusse/soularr/archive/refs/heads/main.zip

allows the script to continue and work as expected.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

install slskd LXC
run /usr/bin/update

Paste the full error output (if available).

m/a

🖼️ Additional context (optional).

does not trigger the script if your slskd is up to date.

Originally created by @SemperEnim on GitHub (Apr 11, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Slskd ### 📂 What was the exact command used to execute the script? /usr/bin/update ### 📝 Provide a clear and concise description of the issue. Update command fails to update and deletes /opt/soularr directory due curl command failing to download the file while updating. Replacing curl -fsSL https://github.com/mrusse/soularr/archive/refs/heads/main.zip with wget https://github.com/mrusse/soularr/archive/refs/heads/main.zip allows the script to continue and work as expected. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. install slskd LXC run /usr/bin/update ### ❌ Paste the full error output (if available). m/a ### 🖼️ Additional context (optional). does not trigger the script if your slskd is up to date.
OVERLORD added the bug label 2026-02-04 21:35:41 +03:00
Author
Owner

@MickLesk commented on GitHub (Apr 11, 2025):

We doesnt use wget anymore.

@MickLesk commented on GitHub (Apr 11, 2025): We doesnt use wget anymore.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#794