about summary refs log tree commit diff stats
path: root/upgrade.sh
blob: 230dec64b7c7f22d22fa374aa3cc8125179aa13a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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