aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 4d903fb..55add4f 100755
--- a/install.sh
+++ b/install.sh
@@ -37,6 +37,7 @@ HERE
# Download and install the review utility.
cd /tmp
+rm -rf review
git clone https://github.com/mssola/review
cd review
perl install.pl
@@ -44,6 +45,7 @@ cp misc/review_completion.sh $HOME/.review_completion.sh
# Download and install the g utility
cd /tmp
+rm -rf g
git clone https://github.com/mssola/g
cd g
cp g.sh $HOME/.g.sh