mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2024-11-22 21:40:16 -08:00
3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
for pkg in $(pacman -Q | cut -d' ' -f1); do
|
|
pacman --noconfirm --overwrite='*' -S $pkg
|
|
done |