Skip to content

Commit

Permalink
add ARM64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rrobinett committed Aug 15, 2021
1 parent 52e5d3c commit 41e5c22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wsprdaemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,9 @@ function check_for_needed_utilities()
# https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.2.1_armhf.deb
wsjtx_pkg=wsjtx_${WSJTX_REQUIRED_VERSION}_armhf.deb
;;
aarch64)
wsjtx_pkg=wsjtx_${WSJTX_REQUIRED_VERSION}_arm64.deb
;;
*)
echo "ERROR: CPU architecture '${cpu_arch}' is not supported by this program"
exit 1
Expand Down

0 comments on commit 41e5c22

Please sign in to comment.