diff options
author | Christian Chiarulli <[email protected]> | 2020-08-07 03:33:40 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-07 03:33:40 -0400 |
commit | adf233d87efbb5aac89b35c282d3ff29c01f3ca8 (patch) | |
tree | dd8f5f9ee91f76ee10d0521b2664766552b3839e /utils/install.sh | |
parent | be378dde1accfacdbc8e17d07e20137078facee6 (diff) | |
parent | 122e4f0b44aee58bf3962347a720ca29e21bdd42 (diff) |
Merge pull request #42 from vladdoster/patch-1
This will help macOS install not fail
Diffstat (limited to 'utils/install.sh')
-rwxr-xr-x | utils/install.sh | 2 |
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() { \ |