1
1
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 ./configure
make clean make clean
make make
sudo make install make install
echo echo
echo Profanity installer... upgrade complete! echo Profanity installer... upgrade complete!
echo echo