From 128f66d3e8fbb883f2ae0e0aa82d34ed9937bd28 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 15 Mar 2025 16:15:37 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3a644f8541f..0f516c3e1ce 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ If you're a mere mortal like me and you're tired of hearing how powerful git is - [Arch Linux](#arch-linux) - [Fedora and RHEL](#fedora-and-rhel) - [Solus Linux](#solus-linux) + - [Debian](#debian) - [Ubuntu](#ubuntu) - [Funtoo Linux](#funtoo-linux) - [Gentoo Linux](#gentoo-linux) @@ -321,6 +322,21 @@ Verify the correct installation of lazygit: lazygit --version ``` +### Debian + +You can install lazygit using the [Unofficial repository](https://debian.griffo.io) by running: + +In debian: + +```sh +curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg +echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list +apt install -y lazygit +``` + +Package built at [lazygit-debian](https://github.com/dariogriffo/lazygit-debian) maintained by [Dario Griffo](https://github.com/dariogriffo) + + ### Funtoo Linux Funtoo Linux has an autogenerated lazygit package in [dev-kit](https://github.com/funtoo/dev-kit/tree/1.4-release/dev-vcs/lazygit): From 8533f5a2a5c67a4a502c95380ad2a313c0c97575 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 15 Mar 2025 16:17:35 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0f516c3e1ce..8ee281987ea 100644 --- a/README.md +++ b/README.md @@ -326,8 +326,6 @@ lazygit --version You can install lazygit using the [Unofficial repository](https://debian.griffo.io) by running: -In debian: - ```sh curl -sS https://debian.griffo.io/EA0F721D231FDD3A0A17B9AC7808B4DD62C41256.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg echo "deb https://debian.griffo.io/apt $(lsb_release -sc 2>/dev/null) main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list