Skip to content

Commit 161e0fc

Browse files
authored
Merge pull request #2777 from SupernaviX/sg/syntax-error-fix
fix: syntax error in shell script
2 parents b8e28b7 + d8d9dda commit 161e0fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mithril-install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ case "$ARCH" in
8484
x86_64)
8585
ARCH_NAME="x64"
8686
;;
87-
arm64)
88-
aarch64)
87+
arm64|aarch64)
8988
ARCH_NAME="arm64"
9089
;;
9190
*)

0 commit comments

Comments
 (0)