[PR #2774] Fix gpg Repo for nzbget #3835

Closed
opened 2026-02-05 05:58:21 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/2774

State: closed
Merged: Yes


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# 
**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/2774 **State:** closed **Merged:** Yes --- 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# ```
OVERLORD added the pull-request label 2026-02-05 05:58:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3835