From 472616aefbcac10d93192f393917b3ab69492962 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Jul 2024 15:43:19 +0200 Subject: [PATCH] [packer] fix: scriptname --- ubuntu24/packer.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }