Open
Description
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
- From windows pc
- 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