Skip to content

Commit 1485ae2

Browse files
authored
install.sh: improve Linux arch message.
1 parent 5ee72b3 commit 1485ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ then
553553
else
554554
if [[ "${UNAME_MACHINE}" != "x86_64" ]] && [[ "${UNAME_MACHINE}" != "aarch64" ]]
555555
then
556-
abort "Homebrew on Linux is only supported on Intel & ARM processors!"
556+
abort "Homebrew on Linux is only supported on Intel x86_64 and ARM64 processors!"
557557
fi
558558
fi
559559

0 commit comments

Comments
 (0)