Skip to content

Commit

Permalink
Merge pull request #381 from mzpqnxow/portable-uname-arch
Browse files Browse the repository at this point in the history
Update install_deb.sh
Replace the uname option -p with -m.
  • Loading branch information
emil916 authored Oct 23, 2023
2 parents b85e13f + 2363991 commit 4e1f679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

LLVM_VERSION=12

ARCH=$(uname -p)
ARCH=$(uname -m)

if [[ $ARCH = "x86_64" ]]; then
SHFMT_URL=https://github.com/mvdan/sh/releases/download/v3.4.3/shfmt_v3.4.3_linux_amd64
Expand Down

0 comments on commit 4e1f679

Please sign in to comment.