From 220530a675c1f56c5cfaec022c7728d97f02c12c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 14:39:53 -0700 Subject: [PATCH] Update setup-ubuntu.bash --- setup-ubuntu.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup-ubuntu.bash b/setup-ubuntu.bash index 70c25f7..66b48c3 100644 --- a/setup-ubuntu.bash +++ b/setup-ubuntu.bash @@ -25,8 +25,6 @@ fi # iojs if [ -n "$(which node | grep node 2>/dev/null)" ]; then - IOJS_VER="" - if [ "$(node -v 2>/dev/null)" != "$(iojs -v 2>/dev/null)" ]; then echo "You have node.js installed. Backing up $(which node) as $(which node).joyent" echo "(you can move it back after the install if you want separate node.js and io.js installations)"