fixed pacman conflicts

This commit is contained in:
Afonso Franco 2023-01-29 03:10:34 +00:00
parent 6e07ffb1a3
commit b8fd8195e9
Signed by: afonso
GPG key ID: C459E0BB3DCEE899

View file

@ -24,4 +24,4 @@ PKGS+=("${tools_and_apps[@]}")
PKGS+=("${fonts[@]}")
pacman -Syu
pacman -S --noconfirm "${PKGS[@]}"
pacman -S -y --ask 4 --noconfirm "${PKGS[@]}"