mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
commit
a08150ea9c
11
README.md
11
README.md
@ -21,10 +21,13 @@ Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your pla
|
|||||||
|
|
||||||
Maintained by a [third party](https://packages.azlux.fr/)
|
Maintained by a [third party](https://packages.azlux.fr/)
|
||||||
```bash
|
```bash
|
||||||
echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list
|
sudo apt-get install ca-certificates curl gnupg lsb-release
|
||||||
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
|
curl -fsSL https://azlux.fr/repo.gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/azlux-archive-keyring.gpg
|
||||||
sudo apt update
|
echo \
|
||||||
sudo apt install docker-ctop
|
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/azlux-archive-keyring.gpg] http://packages.azlux.fr/debian \
|
||||||
|
$(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/azlux.list >/dev/null
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install docker-ctop
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Arch
|
#### Arch
|
||||||
|
Loading…
Reference in New Issue
Block a user