You've already forked build-image
fix: gpg key import
This commit is contained in:
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
go get github.com/aktau/github-release
|
Reference in New Issue
Block a user