Skip to content

Commit

Permalink
Update OPENVSCODE_SERVER_VERSION to 1.85.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Dec 20, 2023
1 parent 349c346 commit a62bd84
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.84.0
export OPENVSCODE_SERVER_VERSION=1.85.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 a62bd84

Please sign in to comment.