Last active
August 28, 2017 10:47
-
-
Save maulvi/d500c6079ac3df8f0b6af082e064447e to your computer and use it in GitHub Desktop.
installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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