From e670fb3bc5f68a3ea2f55f08041ff94feadae889 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 26 Sep 2016 11:01:30 +0100 Subject: [PATCH] updated nvm version --- scripts/mdot_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mdot_install.sh b/scripts/mdot_install.sh index 59def39..e5a9d6f 100644 --- a/scripts/mdot_install.sh +++ b/scripts/mdot_install.sh @@ -1,7 +1,7 @@ #!/bin/bash GIT_SERVER="https://censis.visualstudio.com/DefaultCollection/SmartOffice/_git/mDotServer" NVM="$HOME/.nvm" -NVM_VERSION="6.x" +NVM_VERSION="6.6.0" DEV="$HOME/dev" LIVE="$HOME/live" STAGING="$HOME/staging"