updating with instructions on finding your public key
This commit is contained in:
parent
729fc5cd9a
commit
77401c3da4
@ -4,6 +4,9 @@ set -e
|
||||
|
||||
## SETTINGS ##
|
||||
|
||||
# You can get a list of your private identities with gpg -K.
|
||||
# You can get the exact string with:
|
||||
# - gpg -K --fingerprint --with-colons [<your identity, e.g. joeshmoe@joe.com>] | egrep '^fpr:' | cut -f10 -d":"
|
||||
GPGKEY='748231EBCBD808A14F5E85D28C004C2F93481F6B' # https://wiki.archlinux.org/index.php/PKGBUILD#validpgpkeys
|
||||
MAINTNAME='brent s. <bts[at]square-r00t[dot]net>'
|
||||
PKGBUILD_DIR='/opt/dev/arch'
|
||||
|
@ -1,7 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
|
||||
# You can get a list of your private identities with gpg -K.
|
||||
# You can get the exact string with:
|
||||
# - gpg -K --fingerprint --with-colons [<your identity, e.g. joeshmoe@joe.com>] | egrep '^fpr:' | cut -f10 -d":"
|
||||
GPGKEY='748231EBCBD808A14F5E85D28C004C2F93481F6B'
|
||||
PKGBUILD_DIR='/opt/dev/arch'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user