Update install-release.sh

Modify for Raspbian on Raspberry Pi.
pull/1/head
12bbf7608ae1 2020-04-24 00:33:25 +08:00 committed by GitHub
parent 65fc443163
commit 219bb4480c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ identify_the_operating_system_and_architecture() {
'amd64' | 'x86_64') 'amd64' | 'x86_64')
MACHINE='64' MACHINE='64'
;; ;;
'armv6l' | 'armv7') 'armv6l' | 'armv7' | 'armv7l' )
MACHINE='arm' MACHINE='arm'
;; ;;
'armv8' | 'aarch64') 'armv8' | 'aarch64')