From 3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Fri, 3 Jan 2014 16:23:59 +0100 Subject: install: whipe out old temporary files from the review and the g repos. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3