Skip to content

Commit ba99051

Browse files
Fix gpg Repo for nzbget (#2774)
* Update nzbget-install.sh Added [arch=all] to the nzbget repo line to fix apt update errors. * Update install/nzbget-install.sh Co-authored-by: bvdberg01 <[email protected]> --------- Co-authored-by: bvdberg01 <[email protected]>
1 parent 0ae7f3b commit ba99051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/nzbget-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ msg_ok "Installed Dependencies"
3131
msg_info "Installing NZBGet"
3232
mkdir -p /etc/apt/keyrings
3333
curl -fsSL https://nzbgetcom.github.io/nzbgetcom.asc | gpg --dearmor -o /etc/apt/keyrings/nzbgetcom.gpg
34-
echo "deb [signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main" >/etc/apt/sources.list.d/nzbgetcom.list
34+
echo "deb [arch=all signed-by=/etc/apt/keyrings/nzbgetcom.gpg] https://nzbgetcom.github.io/deb stable main" >/etc/apt/sources.list.d/nzbgetcom.list
3535
$STD apt-get update
3636
$STD apt-get install -y nzbget
3737
msg_ok "Installed NZBGet"

0 commit comments

Comments
 (0)