Skip to content

Commit 0d57346

Browse files
committed
version 1.91.1 is most stable
1 parent af77725 commit 0d57346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ case $(uname -m) in
7979
arm*) dpkg --print-architecture | grep -q "arm64" && architecture="linux-arm64" || architecture="linux-arm" ;;
8080
aarch64) architecture="linux-arm64" ;;
8181
esac
82-
export OPENVSCODE_SERVER_VERSION=1.92.0
82+
export OPENVSCODE_SERVER_VERSION=1.91.1
8383
export OPENVSCODE_ARCH=$architecture
8484
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
8585
tar -xzf openvscode-server-v${OPENVSCODE_SERVER_VERSION}-${OPENVSCODE_ARCH}.tar.gz

0 commit comments

Comments
 (0)