Skip to content

Commit

Permalink
Fix v2fly#181
Browse files Browse the repository at this point in the history
解决方案参考自:
cyfdecyf/cow#326
  • Loading branch information
IceCodeNew committed Nov 25, 2020
1 parent d31559f commit ecc831a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ identify_the_operating_system_and_architecture() {
;;
'armv6l')
MACHINE='arm32-v6'
grep Features /proc/cpuinfo | grep -qw 'vfp' || MACHINE='arm32-v5'
;;
'armv7' | 'armv7l')
MACHINE='arm32-v7a'
grep Features /proc/cpuinfo | grep -qw 'vfp' || MACHINE='arm32-v5'
;;
'armv8' | 'aarch64')
MACHINE='arm64-v8a'
Expand Down

0 comments on commit ecc831a

Please sign in to comment.