mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Install script now cleans up
This commit is contained in:
parent
a97a4f5143
commit
2cfdac0492
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user