From 885e3cbfaff0e4a1e7c40df19b7fd00ec7afd7ff Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Mon, 18 Nov 2024 10:28:15 +0100 Subject: [PATCH] feat: added pacman installation needed for makepkg optimization --- makepkg/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makepkg/install.sh b/makepkg/install.sh index c02a0f2..a9dc4f9 100755 --- a/makepkg/install.sh +++ b/makepkg/install.sh @@ -1,3 +1,3 @@ #!/bin/sh - -sudo cp makepkg.conf /etc/ \ No newline at end of file +yes | sudo pacman -S --needed mold ccache zstd lz4 xz pigz pbzip2 lbzip2 +sudo cp makepkg.conf /etc/