1
1
mirror of https://github.com/rui314/mold.git synced 2024-11-12 23:48:51 +03:00

Make pacman non-interactive

This commit is contained in:
Rui Ueyama 2022-07-14 13:44:40 +08:00
parent 4335732d5d
commit 70d5f60aa1

View File

@ -30,7 +30,7 @@ gentoo*)
emerge dev-vcs/git dev-util/cmake sys-libs/zlib
;;
arch*)
pacman -S base-devel zlib openssl cmake util-linux git
pacman -S --needed --noconfirm base-devel zlib openssl cmake util-linux git
;;
*)
echo "Error: don't know anything about build dependencies on $ID $VERSION_ID"