You've already forked build-image
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cat > /etc/pacman.d/gnupg/dirmngr.conf <<EOF
|
||||
keyserver hkps://hkps.pool.sks-keyservers.net:443
|
||||
keyserver hkp://pool.sks-keyservers.net:80
|
||||
@ -7,19 +9,17 @@ EOF
|
||||
|
||||
# Initialize pacman-key ring
|
||||
pacman-key --init
|
||||
pacman-key --refresh-keys
|
||||
|
||||
# Add GPG Key
|
||||
pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
||||
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
|
||||
# pacman-key --refresh-keys
|
||||
|
||||
# Add additional pacman mirrors
|
||||
cat >> /etc/pacman.conf <<EOF
|
||||
|
||||
[any]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = https://aur.cryptic.systems/any/
|
||||
|
||||
[x86_64]
|
||||
SigLevel = Optional TrustAll
|
||||
Server = https://aur.cryptic.systems/x86_64/
|
||||
|
||||
[oracle]
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
go get -u github.com/go-bindata/go-bindata/...
|
Reference in New Issue
Block a user