Created
November 26, 2015 22:56
-
-
Save abegodong/e90ca40a7f731785c7a4 to your computer and use it in GitHub Desktop.
Transmission Daemon 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
apt-get update -y && apt-get upgrade -y | |
apt-get dist-upgrade -y | |
apt-get -y install python-software-properties vim | |
add-apt-repository -y ppa:transmissionbt/ppa | |
apt-get -y update | |
apt-get -y install transmission-cli transmission-common transmission-daemon nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment