diff --git a/bin/setup.sh b/bin/setup.sh index 2e592a4b6..8348e7b77 100644 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -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