From b11469929259dfcb34f117bce04c6ce282005c6c Mon Sep 17 00:00:00 2001 From: Dario Griffo Date: Sat, 1 Feb 2025 16:50:04 +0000 Subject: [PATCH] Add Debian package --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0af77059..ae4cc26a 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)