Skip to content

Commit

Permalink
Updated to 1.92.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Jul 11, 2024
1 parent a62bd84 commit af77725
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.85.1
export OPENVSCODE_SERVER_VERSION=1.92.0
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 af77725

Please sign in to comment.