Last active
October 15, 2017 15:22
-
-
Save varunchopra/34769fb7461eb06e9e35372901c03180 to your computer and use it in GitHub Desktop.
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
sudo apt-get -y update && sudo apt-get -y upgrade | |
sudo apt-get install software-properties-common apache2 | |
# add qbittorent ppa | |
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable | |
# install qbittorent for headless servers | |
sudo apt-get update && sudo apt-get install qbittorrent-nox | |
# run this in screen; enter NAT port | |
qbittorrent-nox --webui-port=52625 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment