mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-03 12:34:08 +00:00
Make sure $OUTPUT exists in download_node
This commit is contained in:
parent
790ec86d51
commit
8f065b3680
@ -21,6 +21,8 @@ echo ""
|
|||||||
echo "Downloading $PACKAGE"
|
echo "Downloading $PACKAGE"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
mkdir -p $OUTPUT
|
||||||
|
|
||||||
if [ "$OS" == "win32" ]; then
|
if [ "$OS" == "win32" ]; then
|
||||||
if [ "$arch" == "x86" ]; then
|
if [ "$arch" == "x86" ]; then
|
||||||
$CURL $NODE_DIST_URL/$NODE_VERSION/node.exe -o $OUTPUT/$PACKAGE.exe
|
$CURL $NODE_DIST_URL/$NODE_VERSION/node.exe -o $OUTPUT/$PACKAGE.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user