diff options
author | David Gitman <dgitman@ndap-llc.com> | 2014-11-12 08:47:14 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2014-11-12 08:47:46 +0100 |
commit | 61600943d812a6e72d3f61ab6d61e41e4def080f (patch) | |
tree | 868359186ffb23baac544bb557892c4b0a7dde83 | |
parent | b740cb4f6c7cec3780866d69cbf60542c7a7494d (diff) | |
download | dotfiles-61600943d812a6e72d3f61ab6d61e41e4def080f.tar.gz dotfiles-61600943d812a6e72d3f61ab6d61e41e4def080f.tar.bz2 dotfiles-61600943d812a6e72d3f61ab6d61e41e4def080f.zip |
brew.sh: Install Lua the new way
Closes #453.
-rwxr-xr-x | brew.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |