about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall-all.sh11
1 files changed, 11 insertions, 0 deletions
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... 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.
 
ref='#n92'>92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108