Update file run_onchange_before_08-install-zx.tmpl
This commit is contained in:
parent
3063e030cb
commit
75a01a0633
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
if ! command -v node > /dev/null; then
|
||||
if command -v brew; then
|
||||
logg 'Installing `node` via Homebrew'
|
||||
brew install node
|
||||
brew install node || brew link --overwrite node
|
||||
else
|
||||
logg '`brew` is unavailable. Cannot use it to perform a system installation of node.'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue