Skip to content

Race Ready

Brett Petch edited this page Sep 19, 2022 · 5 revisions

The Race Ready script is a fast installer to modify the qBittorrent client quickly after getting installed. The script when run with the brr option will install node, qbit-race, and nightwalker theme for qBittorrent.

Installation

bash <(curl -sL "https://github.com/brettpetch/hosted-scripts/blob/master/race-ready.sh")

Options:

nightwalker: Will install and configure the nightwalker theme for qbittorrent.
node: Will install just nodejs.
qbitrace: Will install and configure qbit-race.
brr: Will install node, qbit-race, and nightwalker.

Update:

qBit-Race is now depreciated. What does this mean? I won't provide support on it if you experience issues. Try Autobrr instead.

Troubleshooting

Logs are stored at ~/.logs/race-ready.log. You can view them with the command below.

less -r +G ~/.logs/race-ready.log

Be sure to read the install nodes during the installer. It will print both your post-script for qbittorrent and your add script for autodl. KEEP THESE HANDY!

Clone this wiki locally