summaryrefslogtreecommitdiffstats
path: root/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doinst.sh')
-rw-r--r--doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/doinst.sh b/doinst.sh
index 87799a3..02790a4 100644
--- a/doinst.sh
+++ b/doinst.sh
@@ -25,6 +25,9 @@ copy_mirror_file() {
arm*)
SRCMIRROR=mirrors-arm.sample
;;
+ aarch64)
+ SRCMIRROR=mirrors-aarch64.sample
+ ;;
*)
SRCMIRROR=mirrors-x86.sample
;;