LAPINPT

Rutorrent Auto Install Script

Nov 11th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.49 KB | None | 0 0
  1. # Auto install script for Rutorrent
  2. # by Patrick Kerwood
  3.  
  4. cd /home
  5. wget https://raw.github.com/Kerwood/rtorrent.auto.install/master/rtorrent.auto.install-NEWEST-VERSION
  6. chmod +x rtorrent.auto.install-NEWEST-VERSION
  7.  
  8. # In the installation process you have to choose a system user
  9.  
  10. sudo ./rtorrent.auto.install-NEWEST-VERSION
  11.  
  12.  
  13. # The installation adds a INIT SCRIPT that makes rtorrent start at boot
  14.  
  15. # TO START AND STOP RTORRENT
  16. # service rtorrent-init start
  17. # service rtorrent-init stop
Advertisement
Add Comment
Please, Sign In to add comment