You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/plugins/archlinux/pacman/pacmanallkeys.fish

8 lines
266 B
Fish

# TODO: Need to convert to fish
function pacmanallkeys
# Get all keys for developers and trusted users
#curl https://www.archlinux.org/{developers,trustedusers}/ |
#awk -F\" '(/pgp.mit.edu/) {sub(/.*search=0x/,"");print $1}' |
#xargs sudo pacman-key --recv-keys
end