Skip to content

Commit 822b3e2

Browse files
committed
Adding info line to cTop installer
1 parent 3dab7c6 commit 822b3e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installers/ctop/installer.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ description = "Top-like interface for container metrics"
77
sh = """
88
@info "Downloading cTop ........"
99
@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+
@info "Setting up at /usr/local/bin/ctop"
1011
@sudo chmod +x /usr/local/bin/ctop
1112
"""

0 commit comments

Comments
 (0)