Merge pull request #381 from mzpqnxow/portable-uname-arch

Update install_deb.sh
Replace the uname option -p with -m.
master
Emil 1 year ago committed by GitHub
commit 4e1f67929e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
LLVM_VERSION=12 LLVM_VERSION=12
ARCH=$(uname -p) ARCH=$(uname -m)
if [[ $ARCH = "x86_64" ]]; then if [[ $ARCH = "x86_64" ]]; then
SHFMT_URL=https://github.com/mvdan/sh/releases/download/v3.4.3/shfmt_v3.4.3_linux_amd64 SHFMT_URL=https://github.com/mvdan/sh/releases/download/v3.4.3/shfmt_v3.4.3_linux_amd64

Loading…
Cancel
Save