mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added upgrade script
This commit is contained in:
parent
4f4a2f3369
commit
a4d8490ba9
14
upgrade.sh
Executable file
14
upgrade.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user