Portable Tor
This binary is not recommended for every day use. It doesn't have the same security features of the standard Tor instance. It's best use case is if you want to quickly reach to Tor network so you can download the "real" repo.
- copy all three files to /opt/tor
- run tor via
$ cd /opt/tor
$ sudo ./tor -f torrc
[Unit]
Description= tor
After=network.target
[Service]
ExecStart=/opt/tor/tor -f torrc
Restart=always
WorkingDirectory=/opt/tor
User=tor
# remember to create a tor user
[Install]
WantedBy=multi-user.target