Log that it can take a while!

This commit is contained in:
Bryan Ashby 2018-11-10 20:26:11 -07:00
parent 0058d54424
commit f00dfea84d
1 changed files with 3 additions and 1 deletions

View File

@ -101,7 +101,9 @@ extra_npm_install_args() {
}
install_node_packages() {
log "Installing required Node packages"
log "Installing required Node packages..."
log "Note that on some systems such as RPi, this can take a VERY long time. Be patient!"
cd ${ENIGMA_INSTALL_DIR}
local EXTRA_NPM_ARGS=$(extra_npm_install_args)
git checkout ${ENIGMA_BRANCH} && npm install ${EXTRA_NPM_ARGS}