Updated the __grafana_dashboard type for the new package repository
- Changed the signing key uri - Changed the repo uri
This commit is contained in:
parent
5c11c15ae4
commit
6bb58f8820
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ case $os in
|
||||||
|
|
||||||
__apt_key_uri grafana \
|
__apt_key_uri grafana \
|
||||||
--name 'Grafana Release Signing Key' \
|
--name 'Grafana Release Signing Key' \
|
||||||
--uri https://packagecloud.io/gpg.key
|
--uri https://packages.grafana.com/gpg.key
|
||||||
|
|
||||||
require="$require __apt_key_uri/grafana" __apt_source grafana \
|
require="$require __apt_key_uri/grafana" __apt_source grafana \
|
||||||
--uri https://packagecloud.io/grafana/stable/debian/ \
|
--uri https://packages.grafana.com/oss/deb \
|
||||||
--distribution $apt_source_distribution \
|
--distribution $apt_source_distribution \
|
||||||
--component main
|
--component main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue