forked from vieter-v/vieter
Added --noconfirm flag to pacman
This commit is contained in:
parent
690ca90b45
commit
0bfe28dbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue