aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-03 16:23:59 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-03 16:23:59 +0100
commit3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8 (patch)
tree0192e4020388de603ab5e83f7981839558de4dec
parent7c3b549ac504178faca5b9a25d0945665385e0a6 (diff)
downloaddotfiles-3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8.tar.gz
dotfiles-3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8.zip
install: whipe out old temporary files from the review and the g repos.
-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