Fix: Update must be executed after sync

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-05-02 15:04:27 +02:00
parent e04f071250
commit bf4ff170d7
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

4
run.sh
View file

@ -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