mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Refresh GPG keys on install.
This commit is contained in:
@@ -84,6 +84,12 @@ function postinstall {
|
|||||||
# Install other useful tools
|
# Install other useful tools
|
||||||
install_git https://github.com/trustedsec/ptf.git ${HOME}/bin/ptframework && \
|
install_git https://github.com/trustedsec/ptf.git ${HOME}/bin/ptframework && \
|
||||||
add_bin_symlink ${HOME}/bin/ptframework/ptf
|
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 {
|
function ssh_key_already_installed {
|
||||||
|
|||||||
Reference in New Issue
Block a user