Skip to content

Commit 41e5c22

Browse files
committed
add ARM64 support
1 parent 52e5d3c commit 41e5c22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wsprdaemon.sh

+3
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,9 @@ function check_for_needed_utilities()
971971
# https://physics.princeton.edu/pulsar/K1JT/wsjtx_2.2.1_armhf.deb
972972
wsjtx_pkg=wsjtx_${WSJTX_REQUIRED_VERSION}_armhf.deb
973973
;;
974+
aarch64)
975+
wsjtx_pkg=wsjtx_${WSJTX_REQUIRED_VERSION}_arm64.deb
976+
;;
974977
*)
975978
echo "ERROR: CPU architecture '${cpu_arch}' is not supported by this program"
976979
exit 1

0 commit comments

Comments
 (0)