Add Fedora install steps to README
All checks were successful
CI / test (push) Successful in 5m1s
Lint / test (push) Successful in 29s
Trivy / test (push) Successful in 18s

This commit is contained in:
Miguel Jacq 2025-12-27 19:14:01 +11:00
parent 40aad9e798
commit cae6246177
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -191,6 +191,25 @@ sudo apt update
sudo apt install enroll sudo apt install enroll
``` ```
### Fedora 42
```bash
sudo rpm --import https://mig5.net/static/mig5.asc
sudo tee /etc/yum.repos.d/mig5.repo > /dev/null << 'EOF'
[mig5]
name=mig5 Repository
baseurl=https://rpm.mig5.net/rpm/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://mig5.net/static/mig5.asc
EOF
sudo dnf upgrade --refresh
sudo dnf install enroll
```
## AppImage ## AppImage
Download it from my Releases page, then: Download it from my Releases page, then: