mirror of
https://github.com/luzifer-docker/arch-repo-builder.git
synced 2024-12-20 17:41:19 +00:00
Do not ask for confirmation on update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d39a2ccb02
commit
a6d39aa234
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -32,7 +32,7 @@ fi
|
|||
}
|
||||
|
||||
# Update pacman index
|
||||
pacman -Sy
|
||||
pacman -Sy --noconfirm
|
||||
|
||||
# Retrieve GPG keys if required
|
||||
gosu builder getkeys.sh
|
||||
|
|
Loading…
Reference in a new issue