Added meld to brew installations in -d

This commit is contained in:
Austen Adler 2014-08-05 23:13:59 -06:00
parent 851b08f0c7
commit 0dc3511a32

View File

@ -48,7 +48,7 @@ while getopts ":hbsdtclw" VALUE "$@"; do
echo $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
sudo apt-get install $(grep -vE "^\s*#" desktop.txt | tr "\n" " ")
else
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii imagemagick node ffmpeg wget lua libconfig readline
brew install autojump ncdu htop vim youtube-dl tree sshfs ircii imagemagick node ffmpeg wget lua libconfig readline meld
fi
fi
if [ "$VALUE" = "t" ] ; then