diff options
-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. |