Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Update code-server download to use new code-server v3 packaging #167

Open
nathanpotter opened this issue Mar 5, 2020 · 7 comments
Open

Comments

@nathanpotter
Copy link

Code server is no longer packaged as a static binary and is instead packaged as a tarball. We should update sshcode to download from the new release URL:
https://codesrv-ci.cdr.sh/releases/latest/linux-x86_64.tar.gz

We can then untar that to /usr/lib/code-server and symlink the executable to the correct location.

@Merith-TK
Copy link
Contributor

Merith-TK commented Mar 5, 2020 via email

@Merith-TK
Copy link
Contributor

Merith-TK commented Mar 5, 2020 via email

@nathanpotter
Copy link
Author

Yeah that sounds good as well, we should just untar it wherever is reasonable

@Merith-TK
Copy link
Contributor

Would take too long, and affect user friendly ness, but would be easier in the long run

@gyzerok
Copy link

gyzerok commented May 11, 2020

I seem to have a working solution here: gyzerok@9e0d094. Can't open a PR yet, since it is dependent on another PR from me, which is currently open. However I welcome any feedback.

I've used ~/.sshcode-server since it is similar to how VSCode store its' settings and its' server.

@Merith-TK
Copy link
Contributor

Code server is no longer packaged as a static binary and is instead packaged as a tarball. We should update sshcode to download from the new release URL:
https://codesrv-ci.cdr.sh/releases/latest/linux-x86_64.tar.gz
We can then untar that to /usr/lib/code-server and symlink the executable to the correct location.

Please do not simply repost the original message

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@gyzerok @Merith-TK @nathanpotter and others