amrul813

diki_install_qbittorent.sh

Jun 21st, 2022 (edited)
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #!/bin/bash
  2. mkdir /root/.config/qBittorrent/
  3. wget https://pastebin.com/raw/rDw0gXCV -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. mkdir /content/gdtahunan
  9. rclone mount gdtahunan: /content/gdtahunan --vfs-cache-max-age 60s --daemon --vfs-cache-mode full
  10.  
Add Comment
Please, Sign In to add comment