fixed pacman conflicts
This commit is contained in:
parent
6e07ffb1a3
commit
b8fd8195e9
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ PKGS+=("${tools_and_apps[@]}")
|
|||
PKGS+=("${fonts[@]}")
|
||||
|
||||
pacman -Syu
|
||||
pacman -S --noconfirm "${PKGS[@]}"
|
||||
pacman -S -y --ask 4 --noconfirm "${PKGS[@]}"
|
||||
|
|
Loading…
Reference in a new issue