Skip to content

Coder gets zsh killed on macOS (not M1) after curl installing 0.6.2 AMD64 build #2086

Closed
@sharkymark

Description

@sharkymark

OS Information

  • OS:
  • Browser (if applicable):
  • Architecture:
  • coder --version: 0.6.2

Steps to Reproduce

curl -L https://coder.com/install.sh | sh

then run coder

Expected

the list of coder commands

Actual

markmilligan@mtmcoder ~ % coder
zsh: killed coder

Logs

After coder is installed:

`Installing v0.6.2 of the amd64 release from GitHub.

  • Reusing ~/.cache/coder/coder_0.6.2_darwin_amd64.zip
  • mkdir -p /usr/local
  • sudo mkdir -p /usr/local/bin
    Password:
  • sudo unzip -d ~/.cache/coder -o ~/.cache/coder/coder_0.6.2_darwin_amd64.zip
    Archive: /Users/markmilligan/.cache/coder/coder_0.6.2_darwin_amd64.zip
    inflating: /Users/markmilligan/.cache/coder/LICENSE
    inflating: /Users/markmilligan/.cache/coder/README.md
    inflating: /Users/markmilligan/.cache/coder/coder
  • sudo cp ~/.cache/coder/coder /usr/local/bin/coder
    Standalone release has been installed into /usr/local/bin/coder

Run Coder (temporary):
coder server --dev

Or run a production deployment with PostgreSQL:
CODER_PG_CONNECTION_URL="postgres://@/?password="
coder server`

which coder

markmilligan@mtmcoder ~ % which coder /usr/local/bin/coder

Screenshot

Notes

I'm blocked

Metadata

Metadata

Assignees

Labels

apiArea: HTTP APIsiteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions