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:
parent
19f633893e
commit
f2318358b3
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ install_restic () {
|
|||
armv*)
|
||||
arch=arm
|
||||
;;
|
||||
aarch64)
|
||||
arch=arm64
|
||||
;;
|
||||
*)
|
||||
echo
|
||||
ynh_die --message="Unsupported architecture \"$architecture\""
|
||||
|
|
Loading…
Add table
Reference in a new issue