From 78a24bd8c9793fc9f051c02f8f31f4ccb50e2059 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 7 Apr 2022 12:24:02 -0600 Subject: [PATCH] Fix Syntax error in core/theme.js when running main.js #411 --- misc/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.sh b/misc/install.sh index 9a894a37..82ddfb69 100755 --- a/misc/install.sh +++ b/misc/install.sh @@ -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}