From e32bc6cc07e1e25ba0821c3c20b488ead2133e0a Mon Sep 17 00:00:00 2001 From: Daniel Craig Jallits Date: Fri, 31 Oct 2014 17:12:12 +0100 Subject: brew.sh: Use `--with-iri` for `wget` The older `--enable-iri` flag is deprecated. Closes #445. --- brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3