5 lines
149 B
Bash
5 lines
149 B
Bash
#!/bin/bash
|
|
# uncomment for debug log
|
|
# export PACKER_LOG=1
|
|
packer build -on-error=cleanup -var-file=customdebian12.pkrvars.hcl debian12.pkr.hcl
|