From b11469929259dfcb34f117bce04c6ce282005c6c Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 1 Feb 2025 16:50:04 +0000 Subject: [PATCH 1/6] Add Debian package --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0af77059f..ae4cc26a7 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,18 @@ You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/la yay -S lazydocker ``` +### Debian + +You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) by running: + +```sh +curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.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 lazydocker +``` +Package built at [lazydocker-debian](https://github.com/dariogriffo/lazydocker-debian) + + ### Docker [![Docker Pulls](https://img.shields.io/docker/pulls/lazyteam/lazydocker.svg)](https://hub.docker.com/r/lazyteam/lazydocker) From cc62a7f678414aa057c1c1a66c606a9458ed97e7 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 1 Feb 2025 17:08:47 +0000 Subject: [PATCH 2/6] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4cc26a7..53e71e785 100644 --- a/README.md +++ b/README.md @@ -155,15 +155,26 @@ You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/la yay -S lazydocker ``` -### Debian +### Debian / Ubuntu You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) by running: +In debian: + ```sh curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.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 lazydocker ``` + +In Ubuntu +```sh +curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg +echo "deb https://debian.griffo.io/apt bookworm main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list +apt install -y lazydocker +``` + + Package built at [lazydocker-debian](https://github.com/dariogriffo/lazydocker-debian) From 160866c3538c335a8d2b647b3ebec9f5625db9d8 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 15 Mar 2025 16:09:24 +0000 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e71e785..4dfa7f828 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ yay -S lazydocker ### Debian / Ubuntu -You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) by running: +You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) maintained by [Dario Griffo](https://github.com/dariogriffo) by running: In debian: From 200edbec3ff53173aa32916eebc85770fa80a3b5 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 15 Mar 2025 16:09:47 +0000 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dfa7f828..727f69662 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ yay -S lazydocker ### Debian / Ubuntu -You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) maintained by [Dario Griffo](https://github.com/dariogriffo) by running: +You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) maintained by [Dario Griffo](https://github.com/dariogriffo) by running: In debian: From ded7755f30a879d077376cf816bc2a7939bda250 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 15 Mar 2025 16:12:40 +0000 Subject: [PATCH 5/6] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 727f69662..f1ce5335b 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ yay -S lazydocker ### Debian / Ubuntu -You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) maintained by [Dario Griffo](https://github.com/dariogriffo) by running: +You can install lazydocker using the [Unofficial repository](https://debian.griffo.io) by running: In debian: @@ -175,8 +175,7 @@ apt install -y lazydocker ``` -Package built at [lazydocker-debian](https://github.com/dariogriffo/lazydocker-debian) - +Package built at [lazydocker-debian](https://github.com/dariogriffo/lazydocker-debian) maintained by [Dario Griffo](https://github.com/dariogriffo) ### Docker From dcff5f424e265dcb757ee5ee7bac694784ea0a30 Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 15 Mar 2025 16:13:36 +0000 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1ce5335b..89fe8980d 100644 --- a/README.md +++ b/README.md @@ -162,14 +162,14 @@ You can install lazydocker using the [Unofficial repository](https://debian.grif In debian: ```sh -curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg +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 lazydocker ``` In Ubuntu ```sh -curl -sS https://debian.griffo.io/3B9335DF576D3D58059C6AA50B56A1A69762E9FF.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/debian.griffo.io.gpg +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 bookworm main" | sudo tee /etc/apt/sources.list.d/debian.griffo.io.list apt install -y lazydocker ```