<div dir="ltr">There is a missing step in the Debian installation guide, you must import GPG keys before you can add the new repo:<div><br></div>gpg --keyserver <a href="http://pgpkeys.mit.edu">pgpkeys.mit.edu</a> --recv-key  8B48AD6246925553      <br>gpg -a --export 8B48AD6246925553 | sudo apt-key add -<br><br>and also the key 7638D0442B90D010<br><br>gpg --keyserver <a href="http://pgpkeys.mit.edu">pgpkeys.mit.edu</a> --recv-key 7638D0442B90D010     <br>gpg -a --export 7638D0442B90D010 | sudo apt-key add -<div><br></div><div>More about PGP and APT:</div><div><br></div><div><a href="http://ccm.net/faq/809-debian-apt-get-no-pubkey-gpg-error">http://ccm.net/faq/809-debian-apt-get-no-pubkey-gpg-error</a><br></div><div><br></div><div>Regards,</div><div>Adrian Mihalko</div></div>