Merge branch 'master' of github.com:NuSkooler/enigma-bbs

This commit is contained in:
Bryan Ashby 2017-06-01 18:49:28 -06:00
commit 1232a4823d
1 changed files with 3 additions and 3 deletions

View File

@ -101,10 +101,10 @@ enigma_footer() {
log "ENiGMA½ installation complete!"
echo -e "\e[33m"
cat << EndOfMessage
If this is the first time you've installed ENiGMA½, you now need to generate a minimal configuration. To do so, run the following commands:
If this is the first time you've installed ENiGMA½, you now need to generate a minimal configuration. To do so, run the following commands (note: if you did not already have node.js installed, you may need to log out/back in to refresh your path):
cd ${ENIGMA_INSTALL_DIR}
./oputil.js config --new
./oputil.js config new
Additionally, the following support binaires are recommended:
7zip: Archive support
@ -133,4 +133,4 @@ download_enigma_source
install_node_packages
enigma_footer
} # this ensures the entire script is downloaded before execution
} # this ensures the entire script is downloaded before execution