Added --noconfirm flag to pacman

main^2
Jef Roosens 2022-04-07 16:26:06 +02:00
parent 690ca90b45
commit 0bfe28dbc9
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ pipeline:
image: 'archlinux:base-devel'
commands:
# Update packages
- 'pacman -Syu'
- pacman -Syu --noconfirm
# Create non-root user to perform build & switch to their home
- groupadd -g 1000 builder
- useradd -mg builder builder