mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-16 02:03:02 -07:00
Added ps-repair command
This commit is contained in:
parent
b66ceaed98
commit
8271a15d86
1 changed files with 3 additions and 0 deletions
3
msys2/ps/bin/ps-repair
Normal file
3
msys2/ps/bin/ps-repair
Normal file
|
@ -0,0 +1,3 @@
|
|||
for pkg in $(pacman -Q | cut -d' ' -f1); do
|
||||
pacman --noconfirm --overwrite='*' -S $pkg
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue