From a0d6cf83a04baff962af314fe78060e53bc23ece Mon Sep 17 00:00:00 2001 From: akanealw Date: Thu, 14 Mar 2024 18:11:22 -0500 Subject: [PATCH] remove qemu-guest-agent from install list --- debian/debian-essentials.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/debian-essentials.sh b/debian/debian-essentials.sh index 9c77383..e473de8 100755 --- a/debian/debian-essentials.sh +++ b/debian/debian-essentials.sh @@ -59,7 +59,7 @@ if [[ -f /dev/.lxc-boot-id ]] fi # download and install packages -apt-get install -y restic hstr 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 +apt-get install -y restic hstr htop ncdu pwgen lsb-release cron 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")