File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.2.3 " ,
12
+ "version " => "3.4.2 " ,
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.2.3 " ]; then
9
+ if [ ! -d " /opt/nodebb/v3.4.2 " ]; then
10
10
11
- mkdir -p /opt/nodebb/v3.2.3
12
- cd /opt/nodebb/v3.2.3
13
- git clone -b v3.2.3 https://github.com/NodeBB/NodeBB.git nodebb
11
+ mkdir -p /opt/nodebb/v3.4.2
12
+ cd /opt/nodebb/v3.4.2
13
+ git clone -b v3.4.2 https://github.com/NodeBB/NodeBB.git nodebb
14
14
cd nodebb
15
15
rm -rf .git
16
16
rm -rf .gitignore
You can’t perform that action at this time.
0 commit comments