Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 780 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 780 Bytes

traktor

Traktor will autamically install Tor, polipo, dnscrypt-proxy and Tor Browser Launcher in either a Debian based distro like Ubuntu or an Arch based distro and configures them as well.

To do this, just run 'traktor.sh' file in a supported shell like bash and watch for prompts it asks you.

Note

Do NOT expect anonymity using this method. Polipo is an http proxy and can leak data. If you need anonymity or strong privacy, manually run torbrowser-launcher after installing traktor and use it.

Install

wget https://github.com/ubuntu-ir/traktor/archive/master.zip -O traktor.zip
unzip traktor.zip && cd traktor-master
./traktor.sh

Remote install

type in bash:

curl -s https://raw.githubusercontent.com/ubuntu-ir/traktor/master/traktor.sh | sh