1
0
Fork 0
forked from wry/wry

infra: run pacman -Syu --noconfirm ...

This commit is contained in:
Julian Orth 2022-05-17 16:08:07 +02:00
parent dad1db502c
commit 871827fdde
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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: |