Skip to content

Commit 414e1da

Browse files
committed
Adding cTop installer
1 parent 31985c0 commit 414e1da

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

installers/ctop/installer.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)