Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Nov 6, 2023
1 parent b8c593e commit 84e854e
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 @@ -69,7 +69,7 @@ case $(uname -m) in
x86_64) architecture="linux-x64" ;;
arm) dpkg --print-architecture | grep -q "arm64" && architecture="linux-arm64" || architecture="linux-arm64" ;;
esac
export OPENVSCODE_SERVER_VERSION=1.83.0
export OPENVSCODE_SERVER_VERSION=1.84.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 84e854e

Please sign in to comment.