Skip to content

Commit 36fb096

Browse files
Update install_utils.sh
1 parent 6538ca4 commit 36fb096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/hack/install_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo $ARCH
77
rm -rf /usr/bin/ks
88

99
# ks
10-
KS_VERSION=0.0.72
10+
KS_VERSION=0.0.73
1111
if [[ ${ARCH} == 'x86_64' ]]; then
1212
curl -fL https://github.com/kubesphere-sigs/ks/releases/download/v${KS_VERSION}/ks-linux-amd64.tar.gz | tar xzv && \
1313
mv ks /usr/bin/

0 commit comments

Comments
 (0)