Fix Syntax error in core/theme.js when running main.js #411

This commit is contained in:
Bryan Ashby 2022-04-07 12:24:02 -06:00
parent b2fda13085
commit 78a24bd8c9
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 1 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:=12}
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=14}
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}