diff --git a/misc/install.sh b/misc/install.sh index b471124e..aa2b3d9b 100755 --- a/misc/install.sh +++ b/misc/install.sh @@ -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}