Skip to content

Commit ee885e1

Browse files
committed
Block use of ARM64 in installer as no packages are availble
1 parent 7bda36d commit ee885e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,9 @@ case $architecture in
400400
x86_64)
401401
ARCH="amd64"
402402
;;
403-
aarch64)
404-
ARCH="arm64"
405-
;;
403+
# aarch64)
404+
# ARCH="arm64"
405+
# ;;
406406
*)
407407
echo
408408
echo -e "\e[91mInstallation aborted\e[0m"

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ case $architecture in
374374
x86_64)
375375
ARCH="amd64"
376376
;;
377-
aarch64)
378-
ARCH="arm64"
379-
;;
377+
# aarch64)
378+
# ARCH="arm64"
379+
# ;;
380380
*)
381381
echo
382382
echo -e "\e[91mInstallation aborted\e[0m"

0 commit comments

Comments
 (0)