From 6df4462d6522b8ff18ec41f103c46104a8a3eec9 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 1 Aug 2024 17:55:51 +0530 Subject: [PATCH] Update shell_setup.sh Install iotop and glances --- shell_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_setup.sh b/shell_setup.sh index 1af9e83..d30d9a9 100644 --- a/shell_setup.sh +++ b/shell_setup.sh @@ -5,7 +5,7 @@ if [ "$(whoami)" != "root" ]; then fi ${SUDO} apt update -${SUDO} apt install -y vim net-tools zsh fzf curl wget git net-tools curl dnsutils telnet htop mc screen +${SUDO} apt install -y vim net-tools zsh fzf curl wget git net-tools curl dnsutils telnet htop mc screen iotop iperf3 glances # Install and configure Zimfw