added new packages to install script, defaulting to cerulean

This commit is contained in:
Julian Lam
2013-10-19 17:50:40 -04:00
parent f92bbdaefa
commit 80aeb3677d
2 changed files with 6 additions and 4 deletions

View File

@@ -163,7 +163,7 @@ var async = require('async'),
value: 'local'
}, {
field: 'theme:id',
value: 'nodebb-theme-vanilla'
value: 'nodebb-theme-cerulean'
}];
async.each(defaults, function (configObj, next) {