Rtorrent-Auto-Install
Rtorrent-Auto-Install copied to clipboard
Redirect loop while downloading rutorrent
Noticed that many servers might go on a redirect loop when downloading the rutorrent source from dl.bintray.com.
This is using wget. Downloading from another source or using curl will fix this problem.
I remember that I replaced wget with curl on the jessie script before it was released. Perhaps it got replaced.
Basically, wget tries to download 20 times the redirect url and fails after. The script simply continues on without any warning.
For those affected by this bug, please replace the url in the "INSTALL_RUTORRENT" function with http://a.maro.xyz/glIPCtQ.tar.gz
.
@Kerwood A better way to go would be to use github's files https://github.com/Novik/ruTorrent/releases
and extract the 3.6/ folder.