Merge pull request #411 from dumbinacan/master

fixed flag for pacman --noconfirm
This commit is contained in:
Ian Douglas Scott
2023-04-27 13:29:38 -07:00
committed by GitHub

View File

@ -60,7 +60,7 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
zlib-devel
elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then
sudo pacman -S \
--no-confirm \
--noconfirm \
bison \
ccache \
cmake \