Skip to content

Commit

Permalink
fix stern install setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpetrovic committed Jan 17, 2024
1 parent 69a5899 commit cf49988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stern_version="1.28.0"
curl -sSfL "https://dl.k8s.io/release/${k8s_version}/bin/${os}/${arch}/kubectl" > /usr/local/bin/kubectl
chmod +x /usr/local/bin/kubectl

curl -sSfL "https://github.com/stern/stern/releases/download/v${stern_version}/stern_${stern_version}_${os}_${arch}.tar.gz" | tar -xz > /usr/local/bin/stern
curl -sSfL "https://github.com/stern/stern/releases/download/v${stern_version}/stern_${stern_version}_${os}_${arch}.tar.gz" | tar -xz -C /usr/local/bin stern
chmod +x /usr/local/bin/stern

curl -sSfL https://get.okteto.com | sh
Expand Down

0 comments on commit cf49988

Please sign in to comment.