remove --import-ownertrust on non-Qubes key

should not be necessary for an official Qubes build
This commit is contained in:
awokd 2018-02-17 15:50:52 +00:00 committed by GitHub
parent 089b8d2f7b
commit 0d672fa9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,8 +114,4 @@ mkdir --parents "$GNUPGHOME"
chmod --recursive 700 "$GNUPGHOME"
echo '427F11FD0FAA4B080123F01CDDFA1A3E36879494:6:' | gpg --import-ownertrust
~~~
And for the Whonix templates:
~~~
echo '916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA:6:' | gpg --import-ownertrust
~~~