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