Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install on Linux fail #77

Open
CNCSMonster opened this issue Jun 14, 2024 · 1 comment
Open

Install on Linux fail #77

CNCSMonster opened this issue Jun 14, 2024 · 1 comment

Comments

@CNCSMonster
Copy link

Describe the bug

when try to install goenv ,follow the step descriped in readme, but fail.
my commands:

export GOENV_LATEST_VERSION=$(curl --silent "https://api.github.com/repos/norwik/Goenv/releases/latest" | jq '.tag_name' | sed -E 's/.*"([^"]+)".*/\1/' | tr -d v)
curl -sL https://github.com/norwik/Goenv/releases/download/v{$GOENV_LATEST_VERSION}/goenv_Linux_x86_64.tar.gz | tar xz

i get:

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Development or production environment

  • OS: Ubuntu 22.04.4 LTS
  • Go: go version go1.22.0 linux/amd64

Additional context

@Clivern
Copy link
Owner

Clivern commented Jun 18, 2024

I guess you need to install jq

$ apt-get install jq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants