mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-22 06:57:48 +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 ""
|
||||
|
||||
mkdir -p $OUTPUT
|
||||
|
||||
if [ "$OS" == "win32" ]; then
|
||||
if [ "$arch" == "x86" ]; then
|
||||
$CURL $NODE_DIST_URL/$NODE_VERSION/node.exe -o $OUTPUT/$PACKAGE.exe
|
||||
|
Loading…
Reference in New Issue
Block a user