adrelanos / setup-dist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Time Connection Setup

When Whonix starts for the first time, it won't automatically connect to the public Tor network. This is useful for users who want to hide Tor from their ISP. setup-dist is automatically started, which educates about different methods to connect (public Tor network, bridges, etc.).

Also automatically starts the Whonix Repository Tool (if installed), so the user can decide whether to use Whonix's Repository and if yes, choose which one.

How to install setup-dist using apt-get

1. Download Whonix's Signing Key.

wget https://www.whonix.org/patrick.asc

Users can check Whonix Signing Key for better security.

2. Add Whonix's signing key.

sudo apt-key --keyring /etc/apt/trusted.gpg.d/derivative.gpg add ~/patrick.asc

3. Add Whonix's APT repository.

echo "deb https://deb.whonix.org buster main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list

4. Update your package lists.

sudo apt-get update

5. Install setup-dist.

sudo apt-get install setup-dist

How to Build deb Package from Source Code

Can be build using standard Debian package build tools such as:

dpkg-buildpackage -b

See instructions. (Replace generic-package with the actual name of this package setup-dist.)

Contact

Donate

setup-dist requires donations to stay alive!

About

License:Other


Languages

Language:Shell 96.7%Language:Roff 3.3%