From bdfb98265d46716902b4e9ccb2188af6192afc87 Mon Sep 17 00:00:00 2001 From: azlux Date: Thu, 5 Nov 2020 10:54:10 +0100 Subject: [PATCH] Add apt azlux's repository --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dfecd..3f076f1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,17 @@ as well as a [single container view][single_view] for inspecting a specific cont Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your platform: -#### Linux +#### Debian/Ubuntu + +Maintained by a (third party)[https://packages.azlux.fr/] +```bash +echo "deb http://packages.azlux.fr/debian/ buster main" | sudo tee /etc/apt/sources.list.d/azlux.list +wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add - +sudo apt update +sudo apt install docker-ctop +``` + +#### Linux (Generic) ```bash sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.4/ctop-0.7.4-linux-amd64 -O /usr/local/bin/ctop