Removed sudo from cygwin upgrade script

This commit is contained in:
James Booth
2012-09-09 22:55:28 +01:00
parent 334822122b
commit 5df7d0cff1

View File

@@ -27,7 +27,7 @@ cygwin_upgrade()
./configure
make clean
make
sudo make install
make install
echo
echo Profanity installer... upgrade complete!
echo