Skip to content

Commit

Permalink
Merge pull request #3 from vhdirk/uname-aarch64
Browse files Browse the repository at this point in the history
support systems where uname reports aarch64
  • Loading branch information
lwiechec authored Oct 16, 2023
2 parents ae77ff7 + 30308da commit dedb2d1
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 dedb2d1

Please sign in to comment.