Update create.sh

This commit is contained in:
Blackwhitebear8 2024-12-10 10:17:13 +01:00
parent 204fabb900
commit ca97907f9d

View file

@ -122,7 +122,7 @@ DISKTYPE=$(pvesm status | awk -v storage="$STORAGE" 'NR>1 && $1 == storage {prin
# Pas de image aan # Pas de image aan
case $OSKEUZE in case $OSKEUZE in
1|2|3|4) # Debian en Ubuntu 1|2|3) # 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 -a /tmp/"$IMAGE_NAME" 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 -a /tmp/"$IMAGE_NAME"
virt-customize --run-command "apt install qemu-guest-agent -y" -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" virt-customize --run-command "systemctl enable --now qemu-guest-agent" -a /tmp/"$IMAGE_NAME"