Welcome to mirror list, hosted at ThFree Co, Russian Federation.

install.sh « scripts - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 486e2a98936e8fe15de137a80e3c353eae2ed7b6 (plain)
1
2
3
4
5
6
#!/bin/sh

mkdir npm
cd npm
curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1
make