Change install scripts to indicate master

This commit is contained in:
Bryan Ashby 2019-02-15 14:48:03 -07:00
parent 562c73e096
commit a08648a8dc
No known key found for this signature in database
GPG key ID: B49EB437951D2542
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
{ # this ensures the entire script is downloaded before execution
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=10}
ENIGMA_BRANCH=0.0.9-alpha
ENIGMA_BRANCH=master
ENIGMA_INSTALL_DIR=${ENIGMA_INSTALL_DIR:=$HOME/enigma-bbs}
ENIGMA_SOURCE=${ENIGMA_SOURCE:=https://github.com/NuSkooler/enigma-bbs.git}
TIME_FORMAT=`date "+%Y-%m-%d %H:%M:%S"`