aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gitman <dgitman@ndap-llc.com>2014-11-12 08:47:14 +0100
committerMathias Bynens <mathias@qiwi.be>2014-11-12 08:47:46 +0100
commit61600943d812a6e72d3f61ab6d61e41e4def080f (patch)
tree868359186ffb23baac544bb557892c4b0a7dde83
parentb740cb4f6c7cec3780866d69cbf60542c7a7494d (diff)
downloaddotfiles-61600943d812a6e72d3f61ab6d61e41e4def080f.tar.gz
dotfiles-61600943d812a6e72d3f61ab6d61e41e4def080f.tar.bz2
dotfiles-61600943d812a6e72d3f61ab6d61e41e4def080f.zip
brew.sh: Install Lua the new way
Closes #453.
-rwxr-xr-xbrew.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/brew.sh b/brew.sh
index 51f757e..b006c6f 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