first commit of existing scripts
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://bbs.archlinux.org/viewtopic.php?pid=1568802#p1568802
|
||||
LANG= pacman -Qkk 2>&1 | grep "^.*: no mtree file$" | cut -d: -f1 | xargs sudo pacman -S --force --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user