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:
parent
4335732d5d
commit
70d5f60aa1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user