We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616fc5f commit 8fdafdaCopy full SHA for 8fdafda
install
@@ -6,11 +6,11 @@ export DEBIAN_FRONTEND=noninteractive
6
############################################
7
8
dir=$PWD
9
-if [ ! -d "/opt/nodebb/v2.8.10" ]; then
+if [ ! -d "/opt/nodebb/v3.1.4" ]; then
10
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
+ mkdir -p /opt/nodebb/v3.1.4
+ cd /opt/nodebb/v3.1.4
+ git clone -b v3.1.4 https://github.com/NodeBB/NodeBB.git nodebb
14
cd nodebb
15
rm -rf .git
16
rm -rf .gitignore
0 commit comments