mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-03 11:17:18 +02:00
Log that it can take a while!
This commit is contained in:
parent
0058d54424
commit
f00dfea84d
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue