From fb02d41e5735f4d0752c90f2960a1df626e259f4 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sun, 12 Mar 2017 20:57:56 +0000 Subject: [PATCH] add latest ctop --- installer/install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 9c97a12d..4d327f59 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -267,13 +267,17 @@ apt-get upgrade -y apt-get autoclean -y apt-get autoremove -y -# Installing alerta-cli, wetty +# Installing alerta-cli, wetty, ctop fuECHO "### Installing alerta-cli." pip install --upgrade pip pip install alerta fuECHO "### Installing wetty." ln -s /usr/bin/nodejs /usr/bin/node npm install https://github.com/t3chn0m4g3/wetty -g +fuECHO "### Installing ctop." +wget https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-linux-amd64 -O ctop +mv ctop /usr/bin/ +chmod +x /usr/bin/ctop # Let's add proxy settings to docker defaults if [ -f $myPROXYFILEPATH ];