mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Fix: Update must be executed after sync
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e04f071250
commit
bf4ff170d7
1 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
@ -31,8 +31,8 @@ fi
|
||||||
REPOADD_OPTS+=(--sign)
|
REPOADD_OPTS+=(--sign)
|
||||||
}
|
}
|
||||||
|
|
||||||
# Update pacman index
|
# Update pacman index and any updated package
|
||||||
pacman -Sy --noconfirm
|
pacman -Syyu --noconfirm
|
||||||
|
|
||||||
# Retrieve GPG keys if required
|
# Retrieve GPG keys if required
|
||||||
gosu builder getkeys.sh
|
gosu builder getkeys.sh
|
||||||
|
|
Loading…
Reference in a new issue