From b44332e44db7731f4fe5e6383e6b28dca1fc8028 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 15:04:14 -0700 Subject: [PATCH] handle node + iojs --- setup-ubuntu.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ubuntu.bash b/setup-ubuntu.bash index 8067add..6dddd56 100644 --- a/setup-ubuntu.bash +++ b/setup-ubuntu.bash @@ -51,8 +51,8 @@ elif [ "$(node -v 2>/dev/null)" != "$(iojs -v 2>/dev/null)" ]; then echo "(copy it back after the install if to maintain node.js and io.js separately)" echo "" echo sudo mv "$(which node)" "$(which node).$(node -v)" - sudo mv "$(which node)" "$(which node).$(node -v)" sleep 3 + sudo mv "$(which node)" "$(which node).$(node -v)" echo "################################################################################" echo "" fi