mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-01-24 11:42:59 -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 |