File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class NodeBBSetup extends BaseSetup {
9
9
"name " => "NodeBB " ,
10
10
"group " => "forum " ,
11
11
"enabled " => true ,
12
- "version " => "3.1.4 " ,
12
+ "version " => "3.2.1 " ,
13
13
"thumbnail " => "nodebb-thumb.png " ,
14
14
];
15
15
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ export DEBIAN_FRONTEND=noninteractive
6
6
# ###########################################
7
7
8
8
dir=$PWD
9
- if [ ! -d " /opt/nodebb/v3.1.4 " ]; then
9
+ if [ ! -d " /opt/nodebb/v3.2.1 " ]; then
10
10
11
- mkdir -p /opt/nodebb/v3.1.4
12
- cd /opt/nodebb/v3.1.4
13
- git clone -b v3.1.4 https://github.com/NodeBB/NodeBB.git nodebb
11
+ mkdir -p /opt/nodebb/v3.2.1
12
+ cd /opt/nodebb/v3.2.1
13
+ git clone -b v3.2.1 https://github.com/NodeBB/NodeBB.git nodebb
14
14
cd nodebb
15
15
rm -rf .git
16
16
rm -rf .gitignore
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function setup( $args ) {
65
65
shell_exec ( $ cmd );
66
66
67
67
// Copy over nodebb core files
68
- $ opt_nodebb = '/opt/nodebb/v3.1.4 /nodebb ' ;
68
+ $ opt_nodebb = '/opt/nodebb/v3.2.1 /nodebb ' ;
69
69
$ hcpp ->copy_folder ( $ opt_nodebb , $ nodebb_folder , $ user );
70
70
71
71
// Copy over nodebb config files
You can’t perform that action at this time.
0 commit comments