mirror of https://github.com/XTLS/Xray-install
Fix tab to space
parent
4c64acbfc0
commit
2fe80c2b0f
|
@ -151,7 +151,7 @@ identify_the_operating_system_and_architecture() {
|
|||
;;
|
||||
'mips64')
|
||||
MACHINE='mips64'
|
||||
lscpu | grep -q "Little Endian" && MACHINE='mips64le'
|
||||
lscpu | grep -q "Little Endian" && MACHINE='mips64le'
|
||||
;;
|
||||
'mips64le')
|
||||
MACHINE='mips64le'
|
||||
|
|
Loading…
Reference in New Issue