From abac7f0bf55679094aac9c520dbb31cc06872511 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Mon, 15 Apr 2019 08:05:30 +0200 Subject: [PATCH] Update postBuild --- postBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postBuild b/postBuild index 5af0af2..d6323de 100644 --- a/postBuild +++ b/postBuild @@ -8,11 +8,11 @@ jupyter labextension install jupyterlab-server-proxy jupyter lab build # Download and install VS Code server -wget -q https://github.com/codercom/code-server/releases/download/1.32.0-245/code-server-1.32.0-245-linux-x64.tar.gz -tar xzf code-server-1.32.0-245-linux-x64.tar.gz +wget -q https://github.com/codercom/code-server/releases/download/1.792-vsc1.33.1/code-server1.792-vsc1.33.1-linux-x64.tar.gz +tar xzf code-server1.792-vsc1.33.1-linux-x64.tar.gz mkdir -p ~/.local/bin -mv code-server-1.32.0-245-linux-x64/code-server ~/.local/bin/ -rm -rf code-server-1.32.0-245-linux-x64 code-server-1.32.0-245-linux-x64.tar.gz +mv code-server1.792-vsc1.33.1-linux-x64/code-server ~/.local/bin/ +rm -rf code-server1.792-vsc1.33.1-linux-x64 code-server1.792-vsc1.33.1-linux-x64.tar.gz # Install the VS code proxy pip install -e.