mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
install_bin : hoodini allows running arm on x86. its not optimal or even segfaults. check x86 before arm
This commit is contained in:
parent
eee22ac94f
commit
5fdd42896b
@ -20,7 +20,7 @@ ccp()
|
||||
#cp -f "$BINDIR/$1" "$EXEDIR/$2" && echo copying : "$BINDIR/$1" =\> "$EXEDIR/$2"
|
||||
}
|
||||
|
||||
ARCHLIST="my aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc x86_64 x86"
|
||||
ARCHLIST="my x86_64 x86 aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb ppc"
|
||||
|
||||
if [ "$1" = "getarch" ]; then
|
||||
for arch in $ARCHLIST
|
||||
|
Loading…
x
Reference in New Issue
Block a user