We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117d1fa commit 33ef20eCopy full SHA for 33ef20e
palette-agent-install.sh.tmpl
@@ -28,8 +28,8 @@ for dep in "${dependencies[@]}"; do
28
check_dependency $dep
29
done
30
31
-IMAGE=${IMAGE_REPO}/stylus-agent-mode-linux-${ARCH}:${VERSION}
32
-URL=${AGENT_URL_PREFIX}/palette-agent-linux-${ARCH}
+IMAGE=${IMAGE:-${IMAGE_REPO}/stylus-agent-mode-linux-${ARCH}:${VERSION}}
+URL=${URL:-${AGENT_URL_PREFIX}/palette-agent-linux-${ARCH}}
33
34
# Download edge-agent
35
curl -v -L $URL -o palette-agent
0 commit comments