mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
add latest ctop
This commit is contained in:
parent
35700a731b
commit
fb02d41e57
1 changed files with 5 additions and 1 deletions
|
@ -267,13 +267,17 @@ apt-get upgrade -y
|
||||||
apt-get autoclean -y
|
apt-get autoclean -y
|
||||||
apt-get autoremove -y
|
apt-get autoremove -y
|
||||||
|
|
||||||
# Installing alerta-cli, wetty
|
# Installing alerta-cli, wetty, ctop
|
||||||
fuECHO "### Installing alerta-cli."
|
fuECHO "### Installing alerta-cli."
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install alerta
|
pip install alerta
|
||||||
fuECHO "### Installing wetty."
|
fuECHO "### Installing wetty."
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
npm install https://github.com/t3chn0m4g3/wetty -g
|
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
|
# Let's add proxy settings to docker defaults
|
||||||
if [ -f $myPROXYFILEPATH ];
|
if [ -f $myPROXYFILEPATH ];
|
||||||
|
|
Loading…
Reference in a new issue