diff options
-rwxr-xr-x | utils/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { \ |