We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae7f3b commit ba99051Copy full SHA for ba99051
install/nzbget-install.sh
@@ -31,7 +31,7 @@ msg_ok "Installed Dependencies"
31
msg_info "Installing NZBGet"
32
mkdir -p /etc/apt/keyrings
33
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
+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
35
$STD apt-get update
36
$STD apt-get install -y nzbget
37
msg_ok "Installed NZBGet"
0 commit comments