Whatbox Logo

Wiki > mkbrr

mkbrr is "a simple yet powerful command-line tool designed for creating, inspecting, and modifying .torrent files."

Installation

  1. Connect to your slot through SSH

  2. Download the latest version of mkbrr:

     wget $(curl -s https://api.github.com/repos/autobrr/mkbrr/releases/latest | grep download | grep linux_x86_64 | cut -d\" -f4)
    
  3. Extract mkbrr to ~/bin:

     mkdir -p ~/bin
     
     tar -C ~/bin -xzf mkbrr_*.tar.gz
     
     rm mkbrr_*.tar.gz
    
  4. Add ~/bin to your PATH so that you can run binaries in ~/bin without specifying the path. Ignore this step if you have performed it for a different program.

     echo "PATH=\$HOME/bin:\$PATH" >> ~/.bashrc && source ~/.bashrc
    

You can now run mkbrr to use the program.