Fix setup

This commit is contained in:
Owen Zimmerman
2025-03-08 01:52:48 -06:00
committed by GitHub
parent 3cd472c3eb
commit 077b1499d9

View File

@@ -38,21 +38,22 @@ AMD graphic cards do not require additional drivers.
</h3> </h3>
:::info :::info
You will need the [Terra repository](https://terra.fyralabs.com/), unless you have [Ultramarine Linux](https://ultramarine-linux.org) or [Bazzite](https://bazzite.gg). Envision is packaged in the [Terra repository](https://terra.fyralabs.com/). If you are using [Ultramarine Linux](https://ultramarine-linux.org) or [Bazzite](https://bazzite.gg), this reposoitory comes pre-installed, otherwise you will need to add the repository:
[Fedora Atomic Editions](https://fedoraproject.org/atomic-desktops/) will need to run the following command:
If you are using a [Fedora Atomic Edition](https://fedoraproject.org/atomic-desktops/) or derrivative you will need to run the following command:
``` ```
curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo curl -fsSL https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo | pkexec tee /etc/yum.repos.d/terra.repo
sudo rpm-ostree install terra-release sudo rpm-ostree install terra-release
``` ```
Other Fedora Editions can directly install terra-release: Standard Fedora Editions and derrivatives can directly install terra-release:
``` ```
sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release sudo dnf install --nogpgcheck --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' terra-release
``` ```
::: :::
Then, install Envision using: Then, install Envision using:
``` ```
sudo dnf install envision sudo dnf install envision
``` ```
<h3> <h3>
<img src="/img/docs/arch.png" alt="Logo" style={{ verticalAlign: 'middle', height: '1em', marginRight: '0.5em' }} /> <img src="/img/docs/arch.png" alt="Logo" style={{ verticalAlign: 'middle', height: '1em', marginRight: '0.5em' }} />
Arch Linux Arch Linux