mirror of
https://github.com/XTLS/Xray-install.git
synced 2025-12-10 10:19:51 +00:00
Fix mips64 Little Endian checking (#26)
* Fix mips64 Little Endian checking * Fix tab to space
This commit is contained in:
@@ -151,6 +151,7 @@ identify_the_operating_system_and_architecture() {
|
||||
;;
|
||||
'mips64')
|
||||
MACHINE='mips64'
|
||||
lscpu | grep -q "Little Endian" && MACHINE='mips64le'
|
||||
;;
|
||||
'mips64le')
|
||||
MACHINE='mips64le'
|
||||
|
||||
Reference in New Issue
Block a user