From 5f316be072215d5b06f2ac712b6c5aacf2f0db5b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 14:42:39 -0700 Subject: [PATCH] handle node + iojs --- setup-ubuntu.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/setup-ubuntu.bash b/setup-ubuntu.bash index 66b48c3..867b6c1 100644 --- a/setup-ubuntu.bash +++ b/setup-ubuntu.bash @@ -43,6 +43,7 @@ if [ -n "$(which node | grep node 2>/dev/null)" ]; then echo "" echo "to reinstall please first run: rm $(which iojs)" echo "" + IOJS_VER="" fi fi