amrul813

install_qbittorent.sh

Jan 26th, 2023 (edited)
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/bash
  2. mkdir /root/.config/qBittorrent/
  3. wget https://pastebin.com/raw/swkQUcWQ -O /root/.config/qBittorrent/qBittorrent.conf
  4. sudo add-apt-repository --yes ppa:qbittorrent-team/qbittorrent-stable
  5. sudo apt-get update
  6. sudo apt-get install qbittorrent-nox
  7. nohup qbittorrent-nox --webui-port=1212 &
  8.  
Add Comment
Please, Sign In to add comment