Skip to content

Commit

Permalink
fix install alloyu - linux | grafana.repo using RHEL-Fedora (#2244)
Browse files Browse the repository at this point in the history
(cherry picked from commit b88ed5e)
  • Loading branch information
Guihgo authored and clayton-cornell committed Dec 9, 2024
1 parent d8149cb commit 5421b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sources/set-up/install/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ To install {{< param "PRODUCT_NAME" >}} on Linux, run the following commands in
```rhel-fedora
wget -q -O gpg.key https://rpm.grafana.com/gpg.key
sudo rpm --import gpg.key
echo -e '[grafana]\nname=grafana\nbaseurl=https://rpm.grafana.com\nrepo_gpgcheck=1\nenabled=1\ngpgcheck=1\ngpgkey=https://rpm.grafana.com/gpg.key\nsslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt' | sudo tee /etc/yum.repos.d/grafana.repo
echo -e '[grafana]\nname=grafana\nbaseurl=https://rpm.grafana.com\nrepo_gpgcheck=1\nenabled=1\ngpgcheck=1\ngpgkey=https://rpm.grafana.com/gpg.key\nsslverify=1\nsslcacert=/etc/pki/tls/certs/ca-bundle.crt' | sudo tee /etc/yum.repos.d/grafana.repo
```

```suse-opensuse
Expand Down

0 comments on commit 5421b10

Please sign in to comment.