From 9e7b96e9dfcd3efc7a303205e30b67aaf81e684c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 3 Mar 2024 06:22:50 -0500 Subject: [PATCH] Update grafana.sh tweak --- ct/grafana.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/grafana.sh b/ct/grafana.sh index 085cb4ee..b5ea2aa9 100644 --- a/ct/grafana.sh +++ b/ct/grafana.sh @@ -56,9 +56,6 @@ function update_script() { header_info if [[ ! -f /etc/apt/sources.list.d/grafana.list ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_info "Updating ${APP}" -apt-key del 4E40DDF6D76E284A4A6780E48C8C34C524098CB6 -wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key -echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | tee /etc/apt/sources.list.d/grafana.list apt-get update &>/dev/null apt-get -y upgrade &>/dev/null msg_ok "Updated Successfully"