From dc269dd92bc211fe68a99c3afe55fb61308405f1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:29:58 +0100 Subject: [PATCH] Netdata: Update to newer deb File (#3276) --- misc/netdata.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/netdata.sh b/misc/netdata.sh index d04b11f9a..abc1f6e25 100644 --- a/misc/netdata.sh +++ b/misc/netdata.sh @@ -59,9 +59,9 @@ install() { header_info msg_info "Setting up repository" - wget -q https://repo.netdata.cloud/repos/repoconfig/debian/bookworm/netdata-repo_2-2+debian12_all.deb - $STD dpkg -i netdata-repo_2-2+debian12_all.deb - rm -rf netdata-repo_2-2+debian12_all.deb + wget -q https://repo.netdata.cloud/repos/repoconfig/debian/bookworm/netdata-repo_5-1+debian12_all.deb + $STD dpkg -i netdata-repo_5-1+debian12_all.deb + rm -rf netdata-repo_5-1+debian12_all.deb msg_ok "Set up repository" msg_info "Installing Netdata"