We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94180ad commit 6e499f6Copy full SHA for 6e499f6
scripts/node-installer.ps1
@@ -16,3 +16,4 @@ unzip node-v6.10.0-win-x64.zip
16
Get-ChildItem -Force .
17
mv node-v6.10.0-win-x64/node.exe ../../bin/
18
cd ../../
19
+rm -r distribution
scripts/node-installer.sh
@@ -7,8 +7,6 @@ if [ "$OS" == "linux" ]; then
7
url="https://nodejs.org/dist/v6.10.0/node-v6.10.0-linux-x64.tar.xz"
8
elif [ "$OS" == "mac" ]; then
9
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"
12
fi
13
14
0 commit comments