Update 04-manual.md

This commit is contained in:
Cyberneticmelon
2025-03-27 15:18:59 -04:00
committed by GitHub
parent ef7a264492
commit f0e063522d

View File

@@ -25,7 +25,7 @@ If you are using a [Fedora Atomic Edition](https://fedoraproject.org/atomic-desk
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
``` ```
Standard Fedora Editions and derrivatives can directly install terra-release: Standard Fedora Editions and derivatives 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
``` ```