added cron to install list

This commit is contained in:
2023-07-17 23:56:54 -05:00
parent 583c3dc33a
commit 5ad49a0ed2
+1 -1
View File
@@ -13,7 +13,7 @@ apt-get update
apt-get upgrade -y
# download and install packages
apt-get install -y 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 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")