[packer] fix: scriptname

This commit is contained in:
Simon Cornet 2024-07-15 15:43:19 +02:00
parent 8fa92611c4
commit 472616aefb

View File

@ -129,6 +129,6 @@ source "proxmox-iso" "template" {
build {
sources = ["source.proxmox-iso.template"]
provisioner "shell" {
script = "scripts/magic.sh"
script = "scripts/ubuntu24.sh"
}
}