Skip to content

Commit

Permalink
Merge pull request #19 from Heshdude/improve-installers
Browse files Browse the repository at this point in the history
Adding cTop installer
  • Loading branch information
Heshdude committed Aug 8, 2020
2 parents 8b1839d + 414e1da commit 3dab7c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions installers/ctop/installer.toml
Original file line number Diff line number Diff line change
@@ -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
"""

0 comments on commit 3dab7c6

Please sign in to comment.