feito fork de coolaj86/node-installer.sh
support armv7l, armv6l
Esse commit está contido em:
pai
6a8de7e98a
commit
2a362e70e9
@ -2,6 +2,10 @@ IOJS_VER=${1}
|
||||
|
||||
if [ -n "$(arch | grep 64)" ]; then
|
||||
ARCH="x64"
|
||||
elif [ -n "$(arch | grep armv7l)" ]; then
|
||||
ARCH="armv7l"
|
||||
elif [ -n "$(arch | grep armv6l)" ]; then
|
||||
ARCH="armv6l"
|
||||
else
|
||||
ARCH="x86"
|
||||
fi
|
||||
|
||||
Carregando…
x
Referência em uma nova issue
Block a user