Skip to content

Commit

Permalink
Merge pull request #573 from crhultay/patch-1
Browse files Browse the repository at this point in the history
Update install.sh to default to Node v18
  • Loading branch information
NuSkooler authored Nov 21, 2024
2 parents 81a6845 + 2ac2bf4 commit 92244cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{ # this ensures the entire script is downloaded before execution

ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=14}
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=18}
ENIGMA_BRANCH=${ENIGMA_BRANCH:=master}
ENIGMA_INSTALL_DIR=${ENIGMA_INSTALL_DIR:=$HOME/enigma-bbs}
ENIGMA_SOURCE=${ENIGMA_SOURCE:=https://github.com/NuSkooler/enigma-bbs.git}
Expand Down

0 comments on commit 92244cd

Please sign in to comment.