Skip to content

Commit

Permalink
release: update sealos version in install.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie authored Jul 11, 2024
1 parent 2c87a67 commit b782006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloud/build-offline-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ done
# get and save cli
mkdir -p output/cli

VERSION="v5.0.0-beta5"
VERSION="v5.0.0"

wget https://github.com/labring/sealos/releases/download/${VERSION}/sealos_${VERSION#v}_linux_${ARCH}.tar.gz \
&& tar zxvf sealos_${VERSION#v}_linux_${ARCH}.tar.gz sealos && chmod +x sealos && mv sealos output/cli
Expand Down

0 comments on commit b782006

Please sign in to comment.