diff --git a/scripts/upgrade b/scripts/upgrade index ba3132e..bdc61ef 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -17,7 +17,7 @@ sudo make install # Build rtorrent cd /tmp -if [ -d libtorrent ]; then +if [ -d rtorrent ]; then sudo rm -r rtorrent fi sudo git clone https://github.com/rakshasa/rtorrent.git