Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
betatim authored Mar 13, 2019
1 parent b52e842 commit fde75f3
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 @@ -4,7 +4,7 @@
jupyter serverextension enable --py jupyter_server_proxy

# Download and install VS Code server
wget https://github.com/codercom/code-server/releases/download/1.32.0-245/code-server-1.32.0-245-linux-x64.tar.gz
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
mkdir -p ~/.local/bin
mv code-server-1.32.0-245-linux-x64/code-server ~/.local/bin/
Expand Down

0 comments on commit fde75f3

Please sign in to comment.