Add torification of apt

This commit is contained in:
Daniel Winzen
2017-05-18 18:37:22 +02:00
parent 8386325958
commit a568f49fce
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,10 @@ apt-get install aspell-am aspell-ar aspell-ar-large aspell-bg aspell-bn aspell-b
Copy (and modify according to your needs) the configuration files in etc to /etc after installation has finished. Copy (and modify according to your needs) the configuration files in etc to /etc after installation has finished.
If you copied over the new etc/apt/sources.list file, we need to update our repository data and install a new keyring package for authenticating packages from torproject:
```
apt-get update && apt-get install deb.torproject.org-keyring
```
To allow sasl authentication, add postfix to the sasl group: To allow sasl authentication, add postfix to the sasl group:
``` ```

2
etc/apt/sources.list Normal file
View File

@ -0,0 +1,2 @@
deb tor+http://vwakviie2ienjx6t.onion/debian unstable main
deb tor+http://sdscoq7snqtznauu.onion/torproject.org sid main