1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

add aarch64 support

This commit is contained in:
oiseauroch 2021-03-26 10:32:46 +00:00 committed by GitHub
parent 19f633893e
commit f2318358b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,9 @@ install_restic () {
armv*) armv*)
arch=arm arch=arm
;; ;;
aarch64)
arch=arm64
;;
*) *)
echo echo
ynh_die --message="Unsupported architecture \"$architecture\"" ynh_die --message="Unsupported architecture \"$architecture\""