Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information

snippet from https://code-server.dev/install.sh
the 4.101.0 new version of code-server doesn't have a v prefix, and it seems to be breaking the https://code-server.dev/install.sh script that generates a URL expecting a v in the release name
Steps to Reproduce
- try to run
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server
and succeed - fail
Expected
- try to run
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server
and succeed - succeed
Actual
it fails
+ mkdir -p ~/.cache/code-server
+ curl -#fL -o ~/.cache/code-server/code-server-4.101.0-linux-amd64.tar.gz.incomplete -C - https://github.com/coder/code-server/releases/download/v4.101.0/code-server-4.101.0-linux-amd64.tar.gz
curl: (22) The requested URL returned error: 404
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
Yes, this is also broken in native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response