Skip to content

Commit

Permalink
Adding info line to cTop installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Heshdude committed Aug 8, 2020
1 parent 3dab7c6 commit 822b3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installers/ctop/installer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ description = "Top-like interface for container metrics"
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
@info "Setting up at /usr/local/bin/ctop"
@sudo chmod +x /usr/local/bin/ctop
"""

0 comments on commit 822b3e2

Please sign in to comment.