Skip to content

Commit

Permalink
fix: update install instructions to work on rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Dec 24, 2024
1 parent cfd9d27 commit a3b4efd
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$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release`
`sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' 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$(rpm -E %fedora)" --setopt="terra.gpgkey=https://repos.fyralabs.com/terra$(rpm -E %fedora)/key.asc" terra-release
$ sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
```

<Callout type="info">
Expand Down

0 comments on commit a3b4efd

Please sign in to comment.