Skip to content

Commit 8fdafda

Browse files
committed
refactor + NodeBB v3.1.4
1 parent 616fc5f commit 8fdafda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ export DEBIAN_FRONTEND=noninteractive
66
############################################
77

88
dir=$PWD
9-
if [ ! -d "/opt/nodebb/v2.8.10" ]; then
9+
if [ ! -d "/opt/nodebb/v3.1.4" ]; then
1010

11-
mkdir -p /opt/nodebb/v2.8.10
12-
cd /opt/nodebb/v2.8.10
13-
git clone -b v2.8.10 https://github.com/NodeBB/NodeBB.git nodebb
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
1414
cd nodebb
1515
rm -rf .git
1616
rm -rf .gitignore

0 commit comments

Comments
 (0)