Update grafana-v5-install.sh

Grafana packages will be served from a new repository
This commit is contained in:
tteckster 2023-01-13 06:18:33 -05:00 committed by GitHub
parent 4c829312ba
commit 3641028e1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,10 +90,8 @@ $STD apt-get install -y software-properties-common
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Grafana Repository" msg_info "Setting up Grafana Repository"
$STD apt-key add <(curl -fsSL https://packages.grafana.com/gpg.key) wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
cat <<EOF >/etc/apt/sources.list.d/grafana.list sh -c 'echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" > /etc/apt/sources.list.d/grafana.list'
deb https://packages.grafana.com/oss/deb stable main
EOF
msg_ok "Set up Grafana Repository" msg_ok "Set up Grafana Repository"
msg_info "Installing Grafana" msg_info "Installing Grafana"