Commit 1df49b6f authored by Steven Knight's avatar Steven Knight

Ported function to zsh

parent 9e53decf
# TODO: Need to convert to fish function pacmanallkeys -d "Get all keys for developers and trusted users"
function pacmanallkeys curl https://www.archlinux.org/developers/ https://www.archlinux.org/trustedusers/ | awk -F\" '(/pgp.mit.edu/) {sub(/.*search=0x/,"");print $1}' | xargs sudo pacman-key --recv-keys
# 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 end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment