Skip to content

Commit

Permalink
Add apt azlux's repository
Browse files Browse the repository at this point in the history
  • Loading branch information
azlux authored Nov 5, 2020
1 parent af1908f commit bdfb982
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdfb982

Please sign in to comment.