mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 18:16:36 +02:00
added new packages to install script, defaulting to cerulean
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user