We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dab7c6 commit 822b3e2Copy full SHA for 822b3e2
installers/ctop/installer.toml
@@ -7,5 +7,6 @@ description = "Top-like interface for container metrics"
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
+@info "Setting up at /usr/local/bin/ctop"
11
@sudo chmod +x /usr/local/bin/ctop
12
"""
0 commit comments