Thanks to visit codestin.com
Credit goes to github.com

Skip to content

latest release 4.101.0 doesn't have a v prefix, but https://code-server.dev/install.sh expects it #7387

Closed
@gempesaw

Description

@gempesaw

Is there an existing issue for this?

  • I have searched the existing issues

OS/Web Information

Image

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

  1. try to run curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server and succeed
  2. fail

Expected

  1. try to run curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server and succeed
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions