Skip to content

Commit e187daa

Browse files
committed
link
1 parent cf5957d commit e187daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom-image/cloud/aws/packer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"type": "shell",
3434
"inline": [
35-
"curl -fsSL -o /tmp/palette-agent-install.sh https://github.com/spectrocloud/agent-mode/releases/download/v4.5.11-rc.1/palette-agent-install.sh",
35+
"curl -fsSL -o /tmp/palette-agent-install.sh https://github.com/spectrocloud/agent-mode/releases/latest/download/palette-agent-install.sh",
3636
"chmod +x /tmp/palette-agent-install.sh",
3737
"sudo /tmp/palette-agent-install.sh"
3838
]

0 commit comments

Comments
 (0)