mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): don't upgrade when installing keyring
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
ed4d269f19
commit
4949b73eba
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
# Install/update archlinux-keyring without cache.
|
# Install/update archlinux-keyring without cache.
|
||||||
pacman -Syu --noconfirm --noprogressbar archlinux-keyring
|
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
|
||||||
|
|
||||||
# Install/update Arch Linux dependencies.
|
# Install/update Arch Linux dependencies.
|
||||||
pacman -Syu --noconfirm --noprogressbar \
|
pacman -Syu --noconfirm --noprogressbar \
|
||||||
|
|
Loading…
Add table
Reference in a new issue