Skip to content

Commit

Permalink
Add additional err msg to build from source for users who's arch fall…
Browse files Browse the repository at this point in the history
…s outside of the list (#1792)

Co-authored-by: bnonni <me@bryanwnonni.com>
Co-authored-by: raphjaph <raphjaph@protonmail.com>
  • Loading branch information
3 people authored Feb 21, 2023
1 parent 651d38f commit 8d1bd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ if [ -z ${target-} ]; then
x86_64-Linux) target=x86_64-unknown-linux-gnu;;
*)
err 'Could not determine target from output of `uname -m`-`uname -s`, please use `--target`:' $uname_target
err 'Please try building from source: https://github.com/casey/ord#building'
;;
esac
fi
Expand Down

0 comments on commit 8d1bd89

Please sign in to comment.