Skip to content

Commit

Permalink
Merge pull request #42 from ko-build/imjasonh-patch-3
Browse files Browse the repository at this point in the history
install without sudo
  • Loading branch information
imjasonh authored Jan 15, 2025
2 parents 3eacfb1 + d9a259d commit d982fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
fi
if [[ ! -z ${tag} ]]; then
echo "Installing ko @ ${tag} for ${os} ${arch}"
curl -fsL https://github.com/ko-build/ko/releases/download/${tag}/ko_${tag:1}_${os}_${arch}.tar.gz | sudo tar xzf - -C /usr/local/bin ko
curl -fsL https://github.com/ko-build/ko/releases/download/${tag}/ko_${tag:1}_${os}_${arch}.tar.gz | tar xzf - -C /usr/local/bin ko
fi
if [[ ! -z ${KO_DOCKER_REPO} ]]; then
Expand Down

0 comments on commit d982fec

Please sign in to comment.