Skip to content

Commit

Permalink
support systems where uname reports aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
vhdirk committed Oct 15, 2023
1 parent ae77ff7 commit 30308da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ download_release() {
arm64-linux)
url="$GH_REPO/releases/download/v${version}/eza_aarch64-unknown-linux-gnu.tar.gz"
;;
aarch64-linux)
url="$GH_REPO/releases/download/v${version}/eza_aarch64-unknown-linux-gnu.tar.gz"
;;
x86_64-linux)
url="$GH_REPO/releases/download/v${version}/eza_x86_64-unknown-linux-gnu.tar.gz"
;;
Expand Down

0 comments on commit 30308da

Please sign in to comment.