From 8bb376542a960830a37fb02b18402e6d5007d743 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Tue, 10 Dec 2024 08:34:26 +0100 Subject: [PATCH] Update create.sh --- create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/create.sh b/create.sh index 27d98f8..233ddfd 100755 --- a/create.sh +++ b/create.sh @@ -124,6 +124,7 @@ DISKTYPE=$(pvesm status | awk -v storage="$STORAGE" 'NR>1 && $1 == storage {prin case $OSKEUZE in 1|2|3|4) # Debian en Ubuntu virt-customize --install qemu-guest-agent,htop,curl,avahi-daemon,console-setup,cron,cifs-utils,mtr,bash-completion,bind9-utils,lsof,mc,mlocate,screen,sysstat,tmux,wget,zabbix-agent -a /tmp/"$IMAGE_NAME" + virt-customize --run-command "apt install qemu-guest-agent -y" -a /tmp/"$IMAGE_NAME" virt-customize --run-command "systemctl enable --now qemu-guest-agent" -a /tmp/"$IMAGE_NAME" case $SSH_KEYS_PATH in