Skip to content

Commit 92244cd

Browse files
authored
Merge pull request #573 from crhultay/patch-1
Update install.sh to default to Node v18
2 parents 81a6845 + 2ac2bf4 commit 92244cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{ # this ensures the entire script is downloaded before execution
44

5-
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=14}
5+
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=18}
66
ENIGMA_BRANCH=${ENIGMA_BRANCH:=master}
77
ENIGMA_INSTALL_DIR=${ENIGMA_INSTALL_DIR:=$HOME/enigma-bbs}
88
ENIGMA_SOURCE=${ENIGMA_SOURCE:=https://github.com/NuSkooler/enigma-bbs.git}

0 commit comments

Comments
 (0)