mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +00:00
Fix sunos node bin extension
This commit is contained in:
parent
bec264d936
commit
c87f976f6c
@ -27,7 +27,7 @@ elif [ "`expr substr $(uname -s) 1 10`" == "MINGW32_NT" ]; then
|
|||||||
|
|
||||||
# SunOS
|
# SunOS
|
||||||
elif [ "`uname`" == "SunOS" ]; then
|
elif [ "`uname`" == "SunOS" ]; then
|
||||||
NODE_BIN="node-sunos-$ARCHITECTURE.exe"
|
NODE_BIN="node-sunos-$ARCHITECTURE.bin"
|
||||||
|
|
||||||
else
|
else
|
||||||
unsupported_platform
|
unsupported_platform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user