Skip to content

Commit 6e499f6

Browse files
author
Amit
committed
download node version + remove windows from shell
1 parent 94180ad commit 6e499f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/node-installer.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ unzip node-v6.10.0-win-x64.zip
1616
Get-ChildItem -Force .
1717
mv node-v6.10.0-win-x64/node.exe ../../bin/
1818
cd ../../
19+
rm -r distribution

scripts/node-installer.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ if [ "$OS" == "linux" ]; then
77
url="https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-x64.tar.xz"
88
elif [ "$OS" == "mac" ]; then
99
url="https://nodejs.org/dist/v6.10.0/node-v6.10.0-darwin-x64.tar.gz"
10-
elif [ "$OS" == "windows" ]; then
11-
url="https://nodejs.org/dist/v6.10.0/node-v6.10.0-win-x64.zip"
1210
fi
1311

1412

0 commit comments

Comments
 (0)