1
0
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

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