We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5957d commit e187daaCopy full SHA for e187daa
examples/custom-image/cloud/aws/packer.json
@@ -32,7 +32,7 @@
32
{
33
"type": "shell",
34
"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",
+ "curl -fsSL -o /tmp/palette-agent-install.sh https://github.com/spectrocloud/agent-mode/releases/latest/download/palette-agent-install.sh",
36
"chmod +x /tmp/palette-agent-install.sh",
37
"sudo /tmp/palette-agent-install.sh"
38
]
0 commit comments