Update file run_onchange_before_08-install-zx.tmpl

This commit is contained in:
Brian Zalewski 2023-02-01 16:36:10 +00:00
parent 3063e030cb
commit 75a01a0633

View file

@ -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