Skip to content

Commit

Permalink
ping code-server to 4.4.0
Browse files Browse the repository at this point in the history
4.5.0 breaks jupyter notebook support + terminal functionality.
  • Loading branch information
mathematicalmichael authored Jul 12, 2022
1 parent 3ba2db8 commit 42b00a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singleuser/install_vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apt-get update && \
curl && \
echo "getting latest install script" && \
curl -fsSL https://code-server.dev/install.sh > install.sh && \
sh install.sh && \
sh install.sh --version 4.4.0 && \
rm install.sh && \
apt-get -qq purge curl && \
apt-get -qq purge && \
Expand Down

0 comments on commit 42b00a5

Please sign in to comment.