Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run refresh keys with pacman on Arch Linux #1850

Merged
merged 5 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading