Update create.sh

This commit is contained in:
Blackwhitebear8 2024-12-10 08:34:26 +01:00
parent 0cf2d036ad
commit 8bb376542a

View file

@ -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