mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 15:11:02 +00:00
Update README.md
This commit is contained in:
parent
b114699292
commit
cc62a7f678
1 changed files with 12 additions and 1 deletions
13
README.md
13
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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue