This commit is contained in:
Patrick Schleizer 2020-04-02 07:22:47 -04:00
parent a7f2a2a3b6
commit ae8c5fff3c
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -358,9 +358,15 @@ sudo apt-get update
sudo apt-get install security-misc
```
## How to Build deb Package ##
## How to Build deb Package from Source Code ##
Replace `apparmor-profile-torbrowser` with the actual name of this package with `security-misc` and see [instructions](https://www.whonix.org/wiki/Dev/Build_Documentation/apparmor-profile-torbrowser).
Can be build using standard Debian package build tools such as:
```
dpkg-buildpackage -b
```
See [instructions](https://www.whonix.org/wiki/Dev/Build_Documentation/security-misc). (Replace `package-name` with the actual name of this package.)
## Contact ##