summaryrefslogtreecommitdiff
path: root/utils/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/install.sh')
-rwxr-xr-xutils/install.sh2
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() { \