Skip to content

Commit

Permalink
version 1.91.1 is most stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Jul 27, 2024
1 parent af77725 commit 0d57346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ case $(uname -m) in
arm*) dpkg --print-architecture | grep -q "arm64" && architecture="linux-arm64" || architecture="linux-arm" ;;
aarch64) architecture="linux-arm64" ;;
esac
export OPENVSCODE_SERVER_VERSION=1.92.0
export OPENVSCODE_SERVER_VERSION=1.91.1
export OPENVSCODE_ARCH=$architecture
wget https://github.com/gitpod-io/openvscode-server/releases/download/openvscode-server-v${OPENVSCODE_SERVER_VERSION}/openvscode-server-v${OPENVSCODE_SERVER_VERSION}-${OPENVSCODE_ARCH}.tar.gz
tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}-${OPENVSCODE_ARCH}.tar.gz
Expand Down

0 comments on commit 0d57346

Please sign in to comment.