We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b1839d + 414e1da commit 3dab7c6Copy full SHA for 3dab7c6
installers/ctop/installer.toml
@@ -0,0 +1,11 @@
1
+name = "cTop"
2
+shortname = "ctop"
3
+description = "Top-like interface for container metrics"
4
+
5
6
+[curl]
7
+sh = """
8
+@info "Downloading cTop ........"
9
+@sudo curl -sSL https://github.com/bcicen/ctop/releases/download/v0.7.3/ctop-0.7.3-linux-amd64 -O /usr/local/bin/ctop
10
+@sudo chmod +x /usr/local/bin/ctop
11
+"""
0 commit comments