From 52bd63bf086157b4ae520e282d9cddd21fd1aa32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 29 Mar 2025 14:04:28 +0100 Subject: [PATCH] Fix debian-keyring dependency missing (#3477) --- misc/netdata.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/netdata.sh b/misc/netdata.sh index abc1f6e25..67381a2d0 100644 --- a/misc/netdata.sh +++ b/misc/netdata.sh @@ -59,6 +59,7 @@ install() { header_info msg_info "Setting up repository" + $STD apt-get install -y debian-keyring 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