Unverified Commit 4ecf1f01 authored by NGPixel's avatar NGPixel

ci: add packer files execute permission

parent fb4bcca8
......@@ -40,6 +40,13 @@
},
{
"type": "shell",
"inline": [
"chmod +x /var/lib/cloud/scripts/per-instance/001-onboot.sh",
"chmod +x /etc/update-motd.d/099-one-click"
]
},
{
"type": "shell",
"environment_vars": [
"DEBIAN_FRONTEND=noninteractive",
"LC_ALL=C",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment