hasura / hasura/graphql-engine

get.sh is not working/up-to-date

Open
#7,175 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

2 problems:

1. The docs say to run this:
```bash
docker run --rm -it node:14-buster bash -c "curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=\$HOME/bin bash"
```
but this fails with "sudo not found"

2. Adjusting it slightly to
```bash
docker run --rm -it node:14-buster bash -c "curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | INSTALL_PATH=/usr/local/bin bash"
```
doesnt crash -- but it installs 1.3.3

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.