Skip to content

Commit

Permalink
[release/v1.4] fix install alloyu - linux | grafana.repo using RHEL-F…
Browse files Browse the repository at this point in the history
…edora (#2248)

* fix install alloyu - linux | grafana.repo using RHEL-Fedora (#2244)

(cherry picked from commit b88ed5e)

* Had to regenerate the versioned files for some reason

---------

Co-authored-by: Guilherme Henrique <[email protected]>
  • Loading branch information
clayton-cornell and Guihgo authored Dec 9, 2024
1 parent 4417120 commit a780249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Grafana Alloy
description: Grafana Alloy is a a vendor-neutral distribution of the OTel Collector
weight: 350
cascade:
ALLOY_RELEASE: v1.4.2
ALLOY_RELEASE: v1.4.3
OTEL_VERSION: v0.105.0
PROM_WIN_EXP_VERSION: v0.27.3
FULL_PRODUCT_NAME: Grafana Alloy
Expand Down
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 a780249

Please sign in to comment.