1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 13:18:07 +00:00

Netdata: Update to newer deb File (#3276)

This commit is contained in:
CanbiZ 2025-03-20 11:29:58 +01:00 committed by GitHub
parent 8ffd763b94
commit dc269dd92b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"