Ensures node requirements are installed independently of AUTO_UPDATE#73
Ensures node requirements are installed independently of AUTO_UPDATE#73dougbtv wants to merge 1 commit intoai-dock:mainfrom
Conversation
Only runs git pull when AUTO_UPDATE is set, otherwise, installs all requirements.
| fi | ||
| fi | ||
|
|
||
| printf "Ensuring node requirements: %s...\n" "${repo}" |
There was a problem hiding this comment.
I think my main concern is that this is kind of noisy output in cases when most are already installed? Maybe there's a more elegant way to check if any need update install before output? Feedback welcome of course.
There was a problem hiding this comment.
(umm, including the lines below too, that suffers the same ills I'd wager)
|
Figured out I can test by setting (and by editing the |
|
"works on my (cloudified) machine" with Which includes this diff plus a couple items in the ...It's got me thinking if it needs changes to scan for the installed nodes? unsure. |
22a7ac1 to
199ee29
Compare
Only runs git pull when AUTO_UPDATE is set, otherwise, installs all requirements.
(Still WIP, working on testing the fix)
Fixes #68