Added ps-repair command

This commit is contained in:
gator96100 2020-01-31 21:26:59 +01:00
parent b66ceaed98
commit 8271a15d86

3
msys2/ps/bin/ps-repair Normal file
View file

@ -0,0 +1,3 @@
for pkg in $(pacman -Q | cut -d' ' -f1); do
pacman --noconfirm --overwrite='*' -S $pkg
done