From cbe6230bb4ef38f51d4d3225decc9f1c9fcb1b7e Mon Sep 17 00:00:00 2001 From: Andrea Cotza Date: Sun, 4 Oct 2015 16:24:25 +0200 Subject: [PATCH] Fix --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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