File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is
88
88
- [ Arch Linux] ( #arch-linux )
89
89
- [ Fedora and RHEL] ( #fedora-and-rhel )
90
90
- [ Solus Linux] ( #solus-linux )
91
- - [ Ubuntu] ( #ubuntu )
91
+ - [ Debian and Ubuntu] ( #debian-and- ubuntu )
92
92
- [ Funtoo Linux] ( #funtoo-linux )
93
93
- [ Gentoo Linux] ( #gentoo-linux )
94
94
- [ FreeBSD] ( #freebsd )
@@ -306,7 +306,15 @@ sudo dnf install lazygit
306
306
sudo eopkg install lazygit
307
307
```
308
308
309
- ### Ubuntu
309
+ ### Debian and Ubuntu
310
+
311
+ For ** Debian 13 "Trixie", Sid** , and later, or ** Ubuntu 25.10 "Questing Quokka"** and later:
312
+
313
+ ``` sh
314
+ sudo apt install lazygit
315
+ ```
316
+
317
+ For ** Debian 12 "Bookworm", Ubuntu 25.04 "Plucky Puffin"** and earlier:
310
318
311
319
``` sh
312
320
LAZYGIT_VERSION=$( curl -s " https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | \g rep -Po ' "tag_name": *"v\K[^"]*' )
You can’t perform that action at this time.
0 commit comments