From 62a1c7661a8b690bf25bc720c14ef3d9ecf9dfc8 Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 21 Dec 2023 13:46:43 -0600 Subject: [PATCH] added htop --- debian/debian-essentials.sh | 2 +- proxmox/proxmox-pbs-essentials.sh | 2 +- proxmox/proxmox-pve-essentials.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index a589697..b33bb92 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -65,7 +65,7 @@ if [[ ! -d /dev/disk/by-id ]] fi # download and install packages -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 +apt-get install -y htop 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 3edc790..aaa930d 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 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 +apt-get install -y htop 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 56f71ab..e8d3b13 100755 --- 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 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 +apt-get install -y htop 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