Skip to content

Commit

Permalink
fix: remove curl verbose flag (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
nianyush authored Dec 26, 2024
1 parent dd85596 commit c37d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion palette-agent-install.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ IMAGE=${IMAGE:-${IMAGE_REPO}/stylus-agent-mode-linux-${ARCH}:${VERSION}}
URL=${URL:-${AGENT_URL_PREFIX}/${BIN_PREFIX}-linux-${ARCH}}

# Download palette-agent
curl -v -L $URL -o palette-agent
curl -Ls $URL -o palette-agent
chmod +x palette-agent

# Install with palette-agent
Expand Down

0 comments on commit c37d6dc

Please sign in to comment.