Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Install on arm64 error #1019

Closed
kebe7jun opened this issue Aug 31, 2022 · 0 comments
Closed

Install on arm64 error #1019

kebe7jun opened this issue Aug 31, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@kebe7jun
Copy link

Description

Run curl -s https://raw.githubusercontent.com/profclems/glab/trunk/scripts/install.sh | DEBUG=1 sudo sh
It shows:

#0 2.012 + mkdir -p /tmp/glab_v1.22.0
#0 2.037 + printf -- Downloading glab_%s_%s_%s.tar.gz\n 1.22.0 Linux aarch64
#0 2.037 Downloading glab_1.22.0_Linux_aarch64.tar.gz
#0 2.039 + curl -sL https://github.com/profclems/glab/releases/download/v1.22.0/glab_1.22.0_Linux_aarch64.tar.gz
#0 2.039 + tar -C /tmp/glab_v1.22.0 -xzf -

The url should be https://github.com/profclems/glab/releases/download/v1.22.0/glab_1.22.0_Linux_arm64.tar.gz maybe.

Expected Behavior vs Actual Behavior

As upon.

Possible Fix

Change the logic here:

machine=$(uname -m)

Steps to Reproduce

See upon.

Logs

Your Environment

  • Version used (Run glab --version):
  • Operating System and version:
@kebe7jun kebe7jun added the bug Something isn't working label Aug 31, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant