Skip to content

Commit

Permalink
[ENH] update version of code-server (betatim#4)
Browse files Browse the repository at this point in the history
[ENH] update version of code-server
  • Loading branch information
betatim authored Sep 14, 2019
2 parents 7606ece + 0d739d8 commit 2f5ac0a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ 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/1.1119-vsc1.33.1/code-server1.1119-vsc1.33.1-linux-x64.tar.gz
tar xzf code-server.tar.gz
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
mkdir -p ~/.local/bin
mv code-server1.1119-vsc1.33.1-linux-x64/code-server ~/.local/bin/
rm -rf code-server1.1119-vsc1.33.1-linux-x64 code-server.tar.gz
tar -xvf code-server.tar.gz -C ~/.local/bin --strip-components=1
rm -rf code-server.tar.gz

# Install the VS code proxy
pip install -e.

0 comments on commit 2f5ac0a

Please sign in to comment.