diff options
author | Vlad Doster <[email protected]> | 2020-08-06 22:59:47 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-06 22:59:47 -0500 |
commit | af499aed3689240a29f252c3c93bd62b51b0766d (patch) | |
tree | 9c058bba37e2629bc3e8fed3045adb2cc01e92ff | |
parent | 7f7548ea021933d2ddbcc22e48d76736b902b3ae (diff) |
This will help macOS install not fail
-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..39ed16f0 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 yarm } installnodeubuntu() { \ |