From 2b9fc176b5682136b58b05c25ca57f0b0dfd5eeb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 4 Mar 2014 09:17:39 +0100 Subject: Don't install the review utility by default. --- install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install.sh b/install.sh index 7f1bb94..0da3938 100755 --- a/install.sh +++ b/install.sh @@ -37,14 +37,6 @@ using: HERE -# Download and install the review utility. -cd /tmp -rm -rf review -git clone https://github.com/mssola/review -cd review -perl install.pl -cp misc/review_completion.sh $HOME/.review_completion.sh - # Download and install the g utility cd /tmp rm -rf g -- cgit v1.2.3