mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Refresh GPG keys on install.
This commit is contained in:
@@ -84,6 +84,12 @@ function postinstall {
|
||||
# Install other useful tools
|
||||
install_git https://github.com/trustedsec/ptf.git ${HOME}/bin/ptframework && \
|
||||
add_bin_symlink ${HOME}/bin/ptframework/ptf
|
||||
# Refresh all gpg keys
|
||||
if test -x "`which gpg2`" ; then
|
||||
gpg2 --refresh-keys
|
||||
else
|
||||
gpg --refresh-keys
|
||||
fi
|
||||
}
|
||||
|
||||
function ssh_key_already_installed {
|
||||
|
||||
Reference in New Issue
Block a user