summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2020-08-07 03:33:40 -0400
committerGitHub <[email protected]>2020-08-07 03:33:40 -0400
commitadf233d87efbb5aac89b35c282d3ff29c01f3ca8 (patch)
treedd8f5f9ee91f76ee10d0521b2664766552b3839e /utils
parentbe378dde1accfacdbc8e17d07e20137078facee6 (diff)
parent122e4f0b44aee58bf3962347a720ca29e21bdd42 (diff)
Merge pull request #42 from vladdoster/patch-1
This will help macOS install not fail
Diffstat (limited to 'utils')
-rwxr-xr-xutils/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 1177c93f..ea86ec09 100755
--- a/utils/install.sh
+++ b/utils/install.sh
@@ -4,7 +4,9 @@ set -o nounset # error when referencing undefined variable
set -o errexit # exit when command fails
installnodemac() { \
+ brew install lua
brew install node
+ brew install yarn
}
installnodeubuntu() { \