infra: run pacman -Syu --noconfirm ...
This commit is contained in:
parent
dad1db502c
commit
871827fdde
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ sources:
|
|||
- https://github.com/mahkoh/jay
|
||||
tasks:
|
||||
- install: |
|
||||
sudo pacman -Syu
|
||||
sudo pacman -Syu --noconfirm
|
||||
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon
|
||||
rustup toolchain install stable
|
||||
- build: |
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ sources:
|
|||
- https://github.com/mahkoh/jay
|
||||
tasks:
|
||||
- install: |
|
||||
sudo pacman -Syu
|
||||
sudo pacman -Syu --noconfirm
|
||||
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor
|
||||
rustup toolchain install stable
|
||||
- configure: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue