From 219bb4480cc60e02444c5fc0ce94b42cc20d54de Mon Sep 17 00:00:00 2001 From: 12bbf7608ae1 <33011786+pdxgf1208@users.noreply.github.com> Date: Fri, 24 Apr 2020 00:33:25 +0800 Subject: [PATCH] Update install-release.sh Modify for Raspbian on Raspberry Pi. --- install-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-release.sh b/install-release.sh index 4f27022..68759f4 100644 --- a/install-release.sh +++ b/install-release.sh @@ -21,7 +21,7 @@ identify_the_operating_system_and_architecture() { 'amd64' | 'x86_64') MACHINE='64' ;; - 'armv6l' | 'armv7') + 'armv6l' | 'armv7' | 'armv7l' ) MACHINE='arm' ;; 'armv8' | 'aarch64')