Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Jun 3, 2019
1 parent 88ba673 commit 88eb41f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,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.939-vsc1.33.1/code-server1.939-vsc1.33.1-linux-x64.tar.gz
tar xzf code-server1.939-vsc1.33.1-linux-x64.tar.gz
wget -q -O code-server.tar.gz https://github.com/cdr/code-server/releases/download/1.1119-vsc1.33.1/code-server1.1119-vsc1.33.1-linux-x64.tar.gz
tar xzf code-server.tar.gz
mkdir -p ~/.local/bin
mv code-server1.939-vsc1.33.1-linux-x64/code-server ~/.local/bin/
rm -rf code-server1.939-vsc1.33.1-linux-x64 code-server1.939-vsc1.33.1-linux-x64.tar.gz
mv code-server1.1119-vsc1.33.1-linux-x64/code-server ~/.local/bin/
rm -rf code-server1.939-vsc1.33.1-linux-x64 code-server.tar.gz

# Install the VS code proxy
pip install -e.

0 comments on commit 88eb41f

Please sign in to comment.