diff --git a/installers/ctop/installer.toml b/installers/ctop/installer.toml new file mode 100644 index 0000000..0a120db --- /dev/null +++ b/installers/ctop/installer.toml @@ -0,0 +1,11 @@ +name = "cTop" +shortname = "ctop" +description = "Top-like interface for container metrics" + + +[curl] +sh = """ +@info "Downloading cTop ........" +@sudo curl -sSL https://github.com/bcicen/ctop/releases/download/v0.7.3/ctop-0.7.3-linux-amd64 -O /usr/local/bin/ctop +@sudo chmod +x /usr/local/bin/ctop +"""