From e062efe8544c09ab327a279517cabbb068b4f037 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 14 Jul 2012 02:33:28 +0900 Subject: [PATCH] Run `brew upgrade' after `git pull https://github.com/chise/homebrew/'. --- bootstrap.homebrew | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.homebrew b/bootstrap.homebrew index 36a698a..ea8d7f8 100755 --- a/bootstrap.homebrew +++ b/bootstrap.homebrew @@ -21,6 +21,7 @@ fi (cd `brew --prefix` ; git pull https://github.com/chise/homebrew/) brew -v install canna +brew upgrade sudo sh -c "sed 's/rc\.canna/rc.canna-root/' \ < /usr/local/Cellar/canna/3.7p3_1/homebrew.mxcl.canna.plist \ -- 1.7.10.4