hasura / hasura/graphql-engine
get.sh is not working/up-to-date
Open
- 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
Assessment
This issue has not been assessed yet.