Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveorevo committed Sep 14, 2023
1 parent 89b3d83 commit c97b606
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.80.2
export OPENVSCODE_SERVER_VERSION=1.82.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 c97b606

Please sign in to comment.