fix: gpg key import

This commit is contained in:
2020-08-02 14:06:07 +02:00
parent 59f5dec9ca
commit 51c30d02d7
5 changed files with 47 additions and 8 deletions

View File

@ -1,7 +1,13 @@
#!/bin/bash
cat > /etc/pacman.d/gnupg/dirmngr.conf <<EOF
keyserver hkps://hkps.pool.sks-keyservers.net:443
keyserver hkp://pool.sks-keyservers.net:80
EOF
# Initialize pacman-key ring
pacman-key --init
pacman-key --refresh-keys
# Add GPG Key
pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982

View File

@ -1,3 +0,0 @@
#!/bin/bash
go get github.com/aktau/github-release