From 2cfdac0492aa3e34cf8f28aaa89627d55f6f2d24 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 19 Jul 2012 23:21:15 +0100 Subject: [PATCH] Install script now cleans up --- install-all.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/install-all.sh b/install-all.sh index 83a032ff..c745ba29 100755 --- a/install-all.sh +++ b/install-all.sh @@ -41,6 +41,17 @@ make sudo make install echo -echo Profanity installer... complete! +echo Profanity installer... cleaning up echo +echo Removing head-unit repository... +rm -rf head-unit + +echo Removing libstrophe repository... +rm -rf libstrophe + +echo +echo Profanity installer... complete! +echo +echo Type \'profanity\' to run. +