blockofdynamite

Results 3 comments of blockofdynamite

If you want to install a version of ruTorrent that works out of the box (since newer versions are broken), you can edit line 893 of /usr/local/bin/rtinst to be rurelease="v3.10"...

Yep, you just open /usr/local/bin/rtinst in your favorite text editor (like vim or nano for example), and replace line 893 which is `rurelease=$(curl -s "https://api.github.com/repos/Novik/ruTorrent/releases/latest" | awk -F '"' '/tag_name/{print...

Correct, replacing that whole line with `rurelease="v3.10"` will set it to download ruTorrent v3.10 from github. That line is only to set the version tag variable so that the lines...