Skip to content

Update procedure VS Code Server #2872

Answered by tremor021
OptimusGREEN asked this question in Q&A
Discussion options

You must be logged in to vote

Its basically this:

VERSION=$(curl -s https://api.github.com/repos/coder/code-server/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4)}')
curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_${VERSION}_amd64.deb
dpkg -i code-server_${VERSION}_amd64.deb
rm -rf code-server_${VERSION}_amd64.deb

Run it in inside LXC that has VSCode server installed

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@OptimusGREEN
Comment options

Answer selected by tremor021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants