Skip to content

Commit

Permalink
Run refresh keys with pacman on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptAutomate committed Aug 12, 2024
1 parent 5298b9d commit 76f6e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Gemfile.lock
.bundle/
.kitchen/
*.sw[a-p]
__pycache__

# From os-images
packer_cache
Expand Down
1 change: 1 addition & 0 deletions os-images/AWS/archlinux/archlinux.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ build {
"systemctl mask tmp.mount",
"pacman-key --init",
"pacman-key --populate",
"pacman-key --refresh-keys",
"reflector --country '' --protocol https --score 20 --sort rate --save /etc/pacman.d/mirrorlist || true",
"pacman-db-upgrade",
"pacman -Sy --noconfirm --needed archlinux-keyring",
Expand Down

0 comments on commit 76f6e20

Please sign in to comment.