Skip to content

Commit

Permalink
Bump ks command from v0.0.62 to v0.0.63 (#69)
Browse files Browse the repository at this point in the history
* Bump ks command from v0.0.62 to v0.0.63

* Bump ks command to v0.0.64
  • Loading branch information
LinuxSuRen authored Apr 2, 2022
1 parent 3cd819c commit 151d277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/hack/install_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ else
fi

# ks

KS_VERSION=v0.0.64
if [[ ${ARCH} == 'x86_64' ]]; then
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v0.0.62/ks-linux-amd64.tar.gz | tar xzv && \
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v${KS_VERSION}/ks-linux-amd64.tar.gz | tar xzv && \
mv ks /usr/bin/
elif [[ ${ARCH} == 'aarch64' ]]
then
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v0.0.62/ks-linux-arm64.tar.gz | tar xzv && \
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v${KS_VERSION}/ks-linux-arm64.tar.gz | tar xzv && \
mv ks /usr/bin/
else
echo "do not support this arch"
Expand Down

0 comments on commit 151d277

Please sign in to comment.