mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Revert "docker: simplify keyring update"
This reverts commit 2f294480a9
.
This commit is contained in:
parent
2f294480a9
commit
f7c81ce855
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
# Update and rollout archlinux-keyring keys.
|
# Update and rollout archlinux-keyring keys.
|
||||||
pacman -Sy --noconfirm --noprogressbar --cachedir .pkg-cache archlinux-keyring
|
pacman-key --init
|
||||||
|
pacman-key --updatedb
|
||||||
|
pacman-key --populate
|
||||||
|
|
||||||
|
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
|
||||||
|
|
||||||
# Install other OS dependencies.
|
# Install other OS dependencies.
|
||||||
pacman -Syu --noconfirm --noprogressbar \
|
pacman -Syu --noconfirm --noprogressbar \
|
||||||
|
|
Loading…
Add table
Reference in a new issue