add-repo-key () { gpg --keyserver keyserver.ubuntu.com --recv-key $1 gpg -a --export $1 | sudo apt-key add - }