Merge pull request #1 from pdxgf1208/master

Update install-release.sh
pull/9/head
Dct Mei 2020-04-23 16:52:37 +00:00 committed by GitHub
commit 79fb217782
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')
MACHINE='64'
;;
'armv6l' | 'armv7')
'armv6l' | 'armv7' | 'armv7l' )
MACHINE='arm'
;;
'armv8' | 'aarch64')