From bbd62ce31738c2b7ec85c0f895a51c632809d3d4 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 14 Sep 2023 14:24:45 -0500 Subject: [PATCH] added ncdu to essentials scripts --- debian/debian-essentials.sh | 2 +- proxmox/proxmox-pbs-essentials.sh | 2 +- proxmox/proxmox-pve-essentials.sh | 2 +- ubuntu/ubuntu-essentials.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 15df383..62c9954 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -51,7 +51,7 @@ apt-get update apt-get upgrade -y # download and install packages -apt-get install -y pwgen lsb-release cron 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 lsb-release cron 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") diff --git a/proxmox/proxmox-pbs-essentials.sh b/proxmox/proxmox-pbs-essentials.sh index 2b2ef8a..0110a3f 100755 --- a/proxmox/proxmox-pbs-essentials.sh +++ b/proxmox/proxmox-pbs-essentials.sh @@ -13,7 +13,7 @@ apt-get update apt-get upgrade -y # download and install packages -apt-get install -y proxmox-backup sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion +apt-get install -y ncdu proxmox-backup sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion # set input preferences if [[ ! -f /etc/inputrc.bak ]] ; then diff --git a/proxmox/proxmox-pve-essentials.sh b/proxmox/proxmox-pve-essentials.sh index 0859663..71ec383 100644 --- a/proxmox/proxmox-pve-essentials.sh +++ b/proxmox/proxmox-pve-essentials.sh @@ -16,7 +16,7 @@ apt-get update apt-get upgrade -y # download and install packages -apt-get install -y proxmox-ve postfix open-iscsi sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion +apt-get install -y ncdu proxmox-ve postfix open-iscsi sudo pwgen curl wget zip unzip git man-db cifs-utils nfs-common ntfs-3g parted libtalloc2 libwbclient0 net-tools gnupg apt-transport-https tmux gdisk bash-completion # update templates pveam update diff --git a/ubuntu/ubuntu-essentials.sh b/ubuntu/ubuntu-essentials.sh index 43087d7..f053384 100755 --- a/ubuntu/ubuntu-essentials.sh +++ b/ubuntu/ubuntu-essentials.sh @@ -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")