diff options
author | James Booth <boothj5@gmail.com> | 2012-07-19 23:21:15 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-07-19 23:21:15 +0100 |
commit | 2cfdac0492aa3e34cf8f28aaa89627d55f6f2d24 (patch) | |
tree | aa2701ba1a29087dfac25579071628072a3571f9 | |
parent | a97a4f5143f4df5a2d5164067af40bd50fa9e4e1 (diff) | |
download | profani-tty-2cfdac0492aa3e34cf8f28aaa89627d55f6f2d24.tar.gz |
Install script now cleans up
-rwxr-xr-x | install-all.sh | 11 |
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. |