Added upgrade script
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user