Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Oct 10, 2019
1 parent 2f5ac0a commit dc583a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupyter labextension install jupyterlab-server-proxy
jupyter lab build

# Download and install VS Code server
wget -q -O code-server.tar.gz https://github.com/cdr/code-server/releases/download/2.1478-vsc1.38.1/code-server2.1478-vsc1.38.1-linux-x86_64.tar.gz
wget -q -O code-server.tar.gz https://github.com/cdr/code-server/releases/download/2.1523-vsc1.38.1/code-server2.1523-vsc1.38.1-linux-x86_64.tar.gz
mkdir -p ~/.local/bin
tar -xvf code-server.tar.gz -C ~/.local/bin --strip-components=1
rm -rf code-server.tar.gz
Expand Down

0 comments on commit dc583a4

Please sign in to comment.