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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rw-r--r--scripts/install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
new file mode 100644
index 000000000..486e2a989
--- /dev/null
+++ b/scripts/install.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+mkdir npm
+cd npm
+curl -L http://github.com/isaacs/npm/tarball/master | tar xz --strip 1
+make