Node.js 12 LTS to docs & install script

This commit is contained in:
Bryan Ashby 2019-11-20 19:33:33 -07:00
parent 2b7033a017
commit 0328ad5b80
No known key found for this signature in database
GPG key ID: B49EB437951D2542
3 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
{ # this ensures the entire script is downloaded before execution
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=10}
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=12}
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}