[PR #4012] [MERGED] SLSKD: always check for soularr update #4512

Closed
opened 2026-02-05 06:22:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4012
Author: @vhsdream
Created: 4/23/2025
Status: Merged
Merged: 4/24/2025
Merged by: @michelroegl-brunner

Base: mainHead: soularr-update


📝 Commits (1)

  • 5f4f9ca fix: always check for soularr update

📊 Changes

1 file changed (+27 additions, -24 deletions)

View changed files

📝 ct/slskd.sh (+27 -24)

📄 Description

✍️ Description

This PR changes slskd.sh so that when run, it always updates soularr, since we just grab the zip from Main. This fixed an issue for me where soularr was crashing due to my version of slskd.

Link: #4011

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/4012 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `soularr-update` --- ### 📝 Commits (1) - [`5f4f9ca`](https://github.com/community-scripts/ProxmoxVE/commit/5f4f9cac413fbf9c652e7b9ce3e9d7040c4eb449) fix: always check for soularr update ### 📊 Changes **1 file changed** (+27 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `ct/slskd.sh` (+27 -24) </details> ### 📄 Description ## ✍️ Description This PR changes `slskd.sh` so that when run, it always updates soularr, since we just grab the zip from Main. This fixed an issue for me where soularr was crashing due to my version of slskd. ## 🔗 Related PR / Issue Link: #4011 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 06:22:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#4512