From af499aed3689240a29f252c3c93bd62b51b0766d Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Thu, 6 Aug 2020 22:59:47 -0500 Subject: This will help macOS install not fail --- utils/install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/install.sh') 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() { \ -- cgit v1.2.3 From 122e4f0b44aee58bf3962347a720ca29e21bdd42 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Fri, 7 Aug 2020 02:32:01 -0500 Subject: fix a fat finger typo --- utils/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/install.sh') diff --git a/utils/install.sh b/utils/install.sh index 39ed16f0..ea86ec09 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -6,7 +6,7 @@ set -o errexit # exit when command fails installnodemac() { \ brew install lua brew install node - brew install yarm + brew install yarn } installnodeubuntu() { \ -- cgit v1.2.3