diff --git a/README_generic.md b/README_generic.md index b046222..443cb11 100644 --- a/README_generic.md +++ b/README_generic.md @@ -21,13 +21,13 @@ Users can [check Whonix Signing Key](https://www.whonix.org/wiki/Whonix_Signing_ 2\. Add Whonix's signing key. ``` -sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg add ~/patrick.asc +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/whonix.list +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.