[PR #2774] [MERGED] Fix gpg Repo for nzbget #3962

Closed
opened 2026-02-26 13:35:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2774
Author: @flatlinebb
Created: 3/2/2025
Status: Merged
Merged: 3/2/2025
Merged by: @MickLesk

Base: mainHead: patch-1


📝 Commits (2)

  • 285aedf Update nzbget-install.sh
  • b9c23d3 Update install/nzbget-install.sh

📊 Changes

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

View changed files

📝 install/nzbget-install.sh (+1 -1)

📄 Description

Added [arch=all] to the nzbget repo line to fix apt update errors.

✍️ Description

Link: #2773

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • 🐞 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.

📋 Additional Information (optional)

With the updated line, the error while running apt update goes away:

root@nzbget:/etc/apt/sources.list.d# cat nzbgetcom.list 
deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main
root@nzbget:/etc/apt/sources.list.d# apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]       
Hit:3 http://security.debian.org bookworm-security InRelease                  
Hit:4 https://nzbgetcom.github.io/deb stable InRelease                        
Fetched 55.4 kB in 8s (7,323 B/s)                                                                                                  
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@nzbget:/etc/apt/sources.list.d# 

🔄 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/2774 **Author:** [@flatlinebb](https://github.com/flatlinebb) **Created:** 3/2/2025 **Status:** ✅ Merged **Merged:** 3/2/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`285aedf`](https://github.com/community-scripts/ProxmoxVE/commit/285aedf1b77bc418900a33d7e2fb4b5cbd13b467) Update nzbget-install.sh - [`b9c23d3`](https://github.com/community-scripts/ProxmoxVE/commit/b9c23d3dcf2031098317a0d439abb2e8997b4505) Update install/nzbget-install.sh ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/nzbget-install.sh` (+1 -1) </details> ### 📄 Description Added [arch=all] to the nzbget repo line to fix apt update errors. ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> ## 🔗 Related PR / Discussion / Issue Link: #2773 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [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. ## 📋 Additional Information (optional) With the updated line, the error while running `apt update` goes away: ``` root@nzbget:/etc/apt/sources.list.d# cat nzbgetcom.list deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main root@nzbget:/etc/apt/sources.list.d# apt update Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Hit:3 http://security.debian.org bookworm-security InRelease Hit:4 https://nzbgetcom.github.io/deb stable InRelease Fetched 55.4 kB in 8s (7,323 B/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. root@nzbget:/etc/apt/sources.list.d# ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:35:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3962
No description provided.