From f107d11d9b4b38a002b461e46c427c6ca89e1ff7 Mon Sep 17 00:00:00 2001 From: c0de Date: Sun, 17 Jan 2021 20:03:39 -0600 Subject: [PATCH] improve install of arch packages --- generate_pacman.lst.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate_pacman.lst.sh b/generate_pacman.lst.sh index d72135e..0b5b2c9 100755 --- a/generate_pacman.lst.sh +++ b/generate_pacman.lst.sh @@ -3,8 +3,8 @@ # packages, and another for any packages that come from AUR. # This can be used as a reference, or to reinstall packages with: -# `cat pacman.lst | xargs pacman -S --needed --noconfirm` and -# `cat pacman_aur.lst | xargs yay -S --needed --noconfirm` +# `pacman -S --needed --noconfirm $(cat pacman.lst) and` +# `yay -S --needed --noconfirm $(cat pacman_aur.lst)` # (assuming yay is your AUR helper) pacman -Qqe | grep -v "$(pacman -Qqm)" > pacman.lst