improve install of arch packages
This commit is contained in:
parent
1f09988864
commit
f107d11d9b
@ -3,8 +3,8 @@
|
|||||||
# packages, and another for any packages that come from AUR.
|
# packages, and another for any packages that come from AUR.
|
||||||
|
|
||||||
# This can be used as a reference, or to reinstall packages with:
|
# This can be used as a reference, or to reinstall packages with:
|
||||||
# `cat pacman.lst | xargs pacman -S --needed --noconfirm` and
|
# `pacman -S --needed --noconfirm $(cat pacman.lst) and`
|
||||||
# `cat pacman_aur.lst | xargs yay -S --needed --noconfirm`
|
# `yay -S --needed --noconfirm $(cat pacman_aur.lst)`
|
||||||
# (assuming yay is your AUR helper)
|
# (assuming yay is your AUR helper)
|
||||||
|
|
||||||
pacman -Qqe | grep -v "$(pacman -Qqm)" > pacman.lst
|
pacman -Qqe | grep -v "$(pacman -Qqm)" > pacman.lst
|
||||||
|
Loading…
Reference in New Issue
Block a user