1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added upgrade script

This commit is contained in:
James Booth 2012-08-19 20:59:24 +01:00
parent 4f4a2f3369
commit a4d8490ba9

14
upgrade.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
echo
echo Profanity installer... upgrading Profanity
echo
./bootstrap.sh
./configure
make clean
make
sudo make install
echo
echo Profanity installer... upgrade complete!
echo
echo Type \'profanity\' to run.
echo