Skip to content

Commit

Permalink
win batch auto import key works
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiosa committed Nov 21, 2019
1 parent 1da14d1 commit 58b294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/dependency/keyring.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ echo "Include public key into GnuPG key ring"

gpg --import ./scripts/store.asc

(echo trust && echo 5 && echo q)|gpg --command-fd 0 --expert --edit-key 7B9FE0F5
(echo 5 && echo y)|gpg --command-fd 0 --expert --edit-key 7B9FE0F5 trust

echo "Done!"

0 comments on commit 58b294f

Please sign in to comment.