Merge branch 'main' of https://git.aroy-art.com/Aroy/Paws
This commit is contained in:
commit
6d276e0b13
1 changed files with 7 additions and 0 deletions
7
ShellScripts/fix-packages.sh
Executable file
7
ShellScripts/fix-packages.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
LANG=en_EN ldconfig 2> err.txt
|
||||||
|
|
||||||
|
for file in $(cut -d" " -f3 err.txt)
|
||||||
|
do
|
||||||
|
echo $file
|
||||||
|
pacman -S $(pacman -Fq $file) --noconfirm --overwrite "*"
|
||||||
|
done
|
Loading…
Reference in a new issue