Skip to content

Commit

Permalink
fix: don't use releasever in install instructions (#2727)
Browse files Browse the repository at this point in the history
closes #2716
  • Loading branch information
lleyton authored Dec 23, 2024
1 parent 34089eb commit 83f52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This monorepo contains the package manifests for all packages in Terra.
## Installation

```bash
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
sudo dnf install --repofrompath "terra,https://repos.fyralabs.com/terra$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release
```

If you are using immutable/atomic editions of Fedora, run the following commands instead:
Expand Down

0 comments on commit 83f52c9

Please sign in to comment.