Skip to content

bug: install.sh in windows returns a 404. #18123

Open
@michaelbrewer

Description

@michaelbrewer

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Install.sh tries to download an exe for windows that does not exist.

Relevant Log Output

curl -fsSL https://coder.internal/install.sh | sh -s -- --prefix=$HOME/.local
Installing coder-Windows_NT-amd64 v2.22.1+8708d81 from https://coder.internal/.

+ mkdir -p ~/.cache/coder/local_downloads
+ curl -#fL -o ~/.cache/coder/local_downloads/coder-Windows_NT-amd64-v2.22.1+8708d81.incomplete -C - https://coder.internal/bin/coder-Windows_NT-amd64
-#O=- #       #          #                                                                                                                                                                                                                                                    c
url: (22) The requested URL returned error: 404

Expected Behavior

should download and install one of the following exes

coder-windows-amd64.exe
coder-windows-arm64.exe

Steps to Reproduce

  1. From windows pc
  2. run curl -fsSL https://coder.internal/install.sh | sh -s -- --prefix=$HOME/.local

Environment

  • Host OS: window 10+
  • Coder version: code 2.22.1

Additional Context

No response

Metadata

Metadata

Assignees

Labels

waiting-for-infoThe issue creator is asked to provide more information.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions