This commit is contained in:
Danila Zolotarev 2025-05-09 18:56:50 +10:00 committed by GitHub
commit 3f9da5db1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,6 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
- [Void Linux](#void-linux)
- [Scoop (Windows)](#scoop-windows)
- [Arch Linux](#arch-linux)
- [Fedora and RHEL](#fedora-and-rhel)
- [Solus Linux](#solus-linux)
- [Debian and Ubuntu](#debian-and-ubuntu)
- [Funtoo Linux](#funtoo-linux)
@ -291,15 +290,6 @@ and the git version which builds from the most recent commit.
Instruction of how to install AUR content can be found here:
<https://wiki.archlinux.org/index.php/Arch_User_Repository>
### Fedora and RHEL
Packages for Fedora/RHEL and CentOS Stream are available via [Copr](https://copr.fedorainfracloud.org/coprs/atim/lazygit/) (Cool Other Package Repo).
```sh
sudo dnf copr enable atim/lazygit -y
sudo dnf install lazygit
```
### Solus Linux
```sh