mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'master' into live
This commit is contained in:
commit
7bed532a8c
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