From 22d6a12a7f6ad3585a377f785e00b7b191a17f2b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 19 Jan 2015 16:59:20 -0700 Subject: [PATCH] don't run from stdin Running from stdin by piping to bash prevents `read` and other install prompts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be014fd..6e2ec66 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Works for any recent version of Ubuntu or OS X. echo "v1.0.1" > /tmp/IOJS_VER # And install away! -curl -fsSL bit.ly/install-iojs | bash +curl -fsSL bit.ly/install-iojs -o /tmp/iojs-dev.bash; bash /tmp/iojs-dev.bash ``` **NOTE**: If you have node installed, this script will rename it so that it isn't overwritten by the iojs installer.