From 4a04745407d5c05525c8a62dcf3a973366735d7c Mon Sep 17 00:00:00 2001 From: David Gitman Date: Wed, 12 Nov 2014 08:47:14 +0100 Subject: [PATCH] brew.sh: Install Lua the new way Closes #453. --- brew.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brew.sh b/brew.sh index 51f757ec726..b006c6f6523 100755 --- a/brew.sh +++ b/brew.sh @@ -75,6 +75,7 @@ brew install ack #brew install exiv2 brew install git brew install imagemagick --with-webp +brew install lua brew install lynx brew install p7zip brew install pigz @@ -89,7 +90,5 @@ brew install zopfli # installation method. brew install node -brew install homebrew/versions/lua52 - # Remove outdated versions from the cellar. brew cleanup