added ncdu to essentials scripts

This commit is contained in:
2023-09-14 14:24:45 -05:00
parent a9a95ab02d
commit bbd62ce317
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ apt-get update
apt-get upgrade -y
# download and install packages
apt-get install -y pwgen qemu-guest-agent sudo nano curl wget zip unzip git rsync man-db cifs-utils nfs-common parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion
apt-get install -y ncdu pwgen qemu-guest-agent sudo nano curl wget zip unzip git rsync man-db cifs-utils nfs-common parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion
# add akanealw user if not existing
isInFile=$(cat /etc/passwd | grep -c "akanealw")