Skip to content

Instantly share code, notes, and snippets.

@maulvi
Last active August 28, 2017 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maulvi/d500c6079ac3df8f0b6af082e064447e to your computer and use it in GitHub Desktop.
Save maulvi/d500c6079ac3df8f0b6af082e064447e to your computer and use it in GitHub Desktop.
installer
#!/bin/bash
echo "Installing..."
curl https://i.jpillora.com/cloud-torrent! | bash
wget -O /etc/systemd/system/cloud-torrent.service https://gist.github.com/maulvi/f1df32bd73dcb709709c7afd30247a06/raw/4af916288313cf9ab24558986b4fee67239aa09a/cloud-torrent.service
systemctl enable cloud-torrent
systemctl start cloud-torrent
echo "cloud torrent running"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment