aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
diff options
context:
space:
mode:
authorDaniel Craig Jallits <dan@jallits.com>2014-10-31 17:12:12 +0100
committerMathias Bynens <mathias@qiwi.be>2014-10-31 17:13:05 +0100
commite32bc6cc07e1e25ba0821c3c20b488ead2133e0a (patch)
treef297cfcd6355b69143cd3ebb81b6d718d92abeed /brew.sh
parentba59d567a3aa0604c7967df69f12f3f166022553 (diff)
downloaddotfiles-e32bc6cc07e1e25ba0821c3c20b488ead2133e0a.tar.gz
dotfiles-e32bc6cc07e1e25ba0821c3c20b488ead2133e0a.tar.bz2
dotfiles-e32bc6cc07e1e25ba0821c3c20b488ead2133e0a.zip
brew.sh: Use `--with-iri` for `wget`
The older `--enable-iri` flag is deprecated. Closes #445.
Diffstat (limited to 'brew.sh')
-rwxr-xr-xbrew.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/brew.sh b/brew.sh
index 16ca215..51f757e 100755
--- a/brew.sh
+++ b/brew.sh
@@ -32,7 +32,7 @@ brew install bash
brew install bash-completion
# Install `wget` with IRI support.
-brew install wget --enable-iri
+brew install wget --with-iri
# Install RingoJS and Narwhal.
# Note that the order in which these are installed is important;