This commit is contained in:
Bradley Cicenas 2021-06-11 01:23:43 +00:00
parent 15708224a7
commit 8f0c9f5048
No known key found for this signature in database
GPG Key ID: AF579ED4B93CBB5C
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ sudo apt install docker-ctop
#### Linux (Generic)
```bash
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.5/ctop-0.7.5-linux-amd64 -O /usr/local/bin/ctop
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop
```
@ -49,7 +49,7 @@ sudo port install ctop
```
or
```bash
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.5/ctop-0.7.5-darwin-amd64
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.6/ctop-0.7.6-darwin-amd64
sudo chmod +x /usr/local/bin/ctop
```

View File

@ -1 +1 @@
0.7.5
0.7.6