Browse Source

Update shell_setup.sh

Install iotop and glances
master
Akshay 3 months ago
parent
commit
6df4462d65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shell_setup.sh

+ 1
- 1
shell_setup.sh View File

@ -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


Loading…
Cancel
Save