diff --git a/README.md b/README.md index 0af77059f..89fe8980d 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,28 @@ You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/la yay -S lazydocker ``` +### 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/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/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 +``` + + +Package built at [lazydocker-debian](https://github.com/dariogriffo/lazydocker-debian) maintained by [Dario Griffo](https://github.com/dariogriffo) + ### Docker [![Docker Pulls](https://img.shields.io/docker/pulls/lazyteam/lazydocker.svg)](https://hub.docker.com/r/lazyteam/lazydocker)