added whiptail for dialogs

This commit is contained in:
2024-04-12 11:50:37 -05:00
parent c7a8020671
commit c0b80a2919

View File

@@ -29,7 +29,7 @@ if [[ -f /dev/.lxc-boot-id ]]
fi
# download and install packages
apt-get install -y bind9-dnsutils restic hstr htop ncdu pwgen 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 whiptail bind9-dnsutils restic hstr htop ncdu pwgen 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")