From f51fb8b1d65df60be8242b6733dfeece9ff2adf7 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 4 Jul 2010 15:32:41 -0700 Subject: A simple install script that can be piped to sh easily. --- scripts/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/install.sh (limited to 'scripts') 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 -- cgit v1.2.3