This commit is contained in:
Patrick Schleizer 2019-04-03 18:05:56 -04:00
parent 2913acda63
commit db5c3ccde6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -54,7 +54,7 @@ sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg adv --keyserver hkp://i
3\. Add Whonix's APT repository. 3\. Add Whonix's APT repository.
``` ```
echo "deb http://deb.whonix.org stretch main" | sudo tee /etc/apt/sources.list.d/whonix.list echo "deb http://deb.whonix.org buster main" | sudo tee /etc/apt/sources.list.d/whonix.list
``` ```
4\. Update your package lists. 4\. Update your package lists.