Skip to content

Commit

Permalink
fix(terra): don't use releasever variable in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 23, 2024
1 parent cc7f1b2 commit cfd9d27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/andaman/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ultramarine comes with the Terra Repository, simply install Andaman!

First, install the [Terra Repository](https://terra.fyralabs.com)

`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`

Then, install Andaman

Expand Down
2 changes: 1 addition & 1 deletion pages/terra/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo rpm-ostree install terra-release
Directly install `terra-release`:

```sh
$ 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
```

<Callout type="info">
Expand Down

0 comments on commit cfd9d27

Please sign in to comment.