From 3c8a4f4275634efeb5b5d644ae2d8c17aea26e63 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Mon, 23 Mar 2020 21:36:26 +0800 Subject: [PATCH] Instruction correction --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index cdd935f..6771529 100644 --- a/install-release.sh +++ b/install-release.sh @@ -14,7 +14,7 @@ # Judge computer systems and architecture if [[ "$(uname)" == 'Linux' ]]; then - case "$(arch -s)" in + case "$(uname -m)" in i686 | i386) BIT='32' ;;