diff --git a/ubuntu24/packer.pkr.hcl b/ubuntu24/packer.pkr.hcl index f970187..1d3dad1 100644 --- a/ubuntu24/packer.pkr.hcl +++ b/ubuntu24/packer.pkr.hcl @@ -129,6 +129,6 @@ source "proxmox-iso" "template" { build { sources = ["source.proxmox-iso.template"] provisioner "shell" { - script = "scripts/magic.sh" + script = "scripts/ubuntu24.sh" } }