From 4f5b3cc93443be2a6b04c1576b6f95383a1b881b Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 8 May 2014 00:50:44 -0400 Subject: [PATCH] changing update script to only directly update vanilla and lavender --- nodebb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nodebb b/nodebb index 8c98a30fcf..2d09f734db 100755 --- a/nodebb +++ b/nodebb @@ -80,8 +80,9 @@ case "$1" in upgrade) npm install - ls -d node_modules/nodebb* | xargs -n1 basename | xargs npm install - ls -d node_modules/nodebb* | xargs -n1 basename | xargs npm update + # ls -d node_modules/nodebb* | xargs -n1 basename | xargs npm install + # ls -d node_modules/nodebb* | xargs -n1 basename | xargs npm update + npm i nodebb-theme-vanilla nodebb-theme-lavender "$node" app --upgrade touch package.json echo -e "\n\e[00;32mNodeBB Dependencies up-to-date!\e[00;00m";