mirror of
https://github.com/XTLS/Xray-install.git
synced 2024-11-21 23:01:27 +00:00
Fix mips64 Little Endian checking (#26)
* Fix mips64 Little Endian checking * Fix tab to space
This commit is contained in:
parent
1ccae79eed
commit
d516ba5d57
|
@ -151,6 +151,7 @@ identify_the_operating_system_and_architecture() {
|
||||||
;;
|
;;
|
||||||
'mips64')
|
'mips64')
|
||||||
MACHINE='mips64'
|
MACHINE='mips64'
|
||||||
|
lscpu | grep -q "Little Endian" && MACHINE='mips64le'
|
||||||
;;
|
;;
|
||||||
'mips64le')
|
'mips64le')
|
||||||
MACHINE='mips64le'
|
MACHINE='mips64le'
|
||||||
|
|
Loading…
Reference in a new issue