mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Update package database before building
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
7619e28917
commit
5d7082b7f3
1 changed files with 3 additions and 0 deletions
3
run.sh
3
run.sh
|
@ -19,6 +19,9 @@ if [ ! -e PKGBUILD ]; then
|
|||
cd /src/git
|
||||
fi
|
||||
|
||||
# Update pacman index
|
||||
pacman -Sy
|
||||
|
||||
# Execute the build itself
|
||||
gosu builder makepkg -cCs --noconfirm --needed
|
||||
|
||||
|
|
Loading…
Reference in a new issue