aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index cb103f4b..b757f6af 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -45,6 +45,7 @@
"provision/baseline.sh",
"provision/basebuild.sh",
"provision/agl_dependencies.sh",
+ "provision/agl_mirror.sh",
"provision/system_reseal.sh"
],
"execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"