File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -283,15 +283,21 @@ and the git version which builds from the most recent commit.
283283Instruction of how to install AUR content can be found here:
284284< https://wiki.archlinux.org/index.php/Arch_User_Repository >
285285
286- ### Fedora and RHEL
286+ ### Fedora / Amazon Linux 2023 / CentOS Stream
287287
288- Packages for Fedora/RHEL and CentOS Stream are available via [ Copr] ( https://copr.fedorainfracloud.org/coprs/atim/lazygit/ ) (Cool Other Package Repo).
288+ Packages for Fedora, Amazon Linux 2023 and CentOS Stream are available via
289+ [ Copr] ( https://copr.fedorainfracloud.org/coprs/dejan/lazygit/ ) (Cool Other Package Repo).
289290
290291``` sh
291- sudo dnf copr enable atim /lazygit -y
292+ sudo dnf copr enable dejan /lazygit
292293sudo dnf install lazygit
293294```
294295
296+ These packages are built using the RPM spec file located here: https://codeberg.org/dejan/rpm-lazygit
297+
298+ You should be able to build RPMs for Fedora 41 or older, and other Fedora derivatives using the
299+ SRPM (Source RPM) file that you can grab from the latest COPR build.
300+
295301### Solus Linux
296302
297303``` sh
You can’t perform that action at this time.
0 commit comments