diff --git a/src/content/docs/usage/installing.mdx b/src/content/docs/usage/installing.mdx index 1413bfc..6d272f5 100644 --- a/src/content/docs/usage/installing.mdx +++ b/src/content/docs/usage/installing.mdx @@ -35,12 +35,12 @@ On Atomic editions of Fedora, run the following command: ```sh curl -fsSL https://raw.githubusercontent.com/terrapkg/packages/f$(rpm --eval '%{fedora}')/anda/terra/release/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo -sudo rpm-ostree install terra-release terra-gpg-keys +rpm-ostree install terra-release terra-gpg-keys ``` -### Bazzite and Aurora +### Bazzite -Bazzite and Aurora come with Terra, but disable it. +Bazzite comes with Terra, but disables it. Edit `/etc/yum.repos.d/terra.repo` and change `enabled=0` to `enabled=1` @@ -48,19 +48,23 @@ Do this again for `/etc/yum.repos.d/terra-extras.repo` Then you can simply `rpm-ostree` away! -### Bluefin +### Bluefin and Aurora -Bluefin no longer comes with Terra, and disables package layering by default. +Bluefin and Aurora no longer come with Terra, and heavily discourage package layering as it can halt system updates To enable layering, edit `/etc/rpm-ostreed.conf` and set `LockLayering` to `false`. Then follow the installation instructions for Fedora Atomic. +### SecureBlue + +Follow the installation instructions for Fedora Atomic, but replace `pkexec` in the curl script with `run0`. + ## Enterprise Linux Terra EL contains a subset of packages for RHEL 10 and its derivatives.