We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e5d3c commit 41e5c22Copy full SHA for 41e5c22
wsprdaemon.sh
@@ -971,6 +971,9 @@ function check_for_needed_utilities()
971
# https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.2.1_armhf.deb
972
wsjtx_pkg=wsjtx_${WSJTX_REQUIRED_VERSION}_armhf.deb
973
;;
974
+ aarch64)
975
+ wsjtx_pkg=wsjtx_${WSJTX_REQUIRED_VERSION}_arm64.deb
976
+ ;;
977
*)
978
echo "ERROR: CPU architecture '${cpu_arch}' is not supported by this program"
979
exit 1
0 commit comments