mirror of
https://github.com/bin456789/reinstall.git
synced 2026-05-21 05:27:41 +08:00
Compare commits
7 Commits
190f36d473
...
047b82aaa0
| Author | SHA1 | Date | |
|---|---|---|---|
| 047b82aaa0 | |||
| 0db534c4fd | |||
| 07b46d78b0 | |||
| 0b1a0d2f69 | |||
| c3a5fff760 | |||
| 4bb20b81eb | |||
| 86d6976d96 |
2
trans.sh
2
trans.sh
@ -7036,7 +7036,7 @@ EOF
|
||||
# .cat
|
||||
apk add binutils
|
||||
for file in "$(get_path_in_correct_case '/wim-tmp/Windows/System32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/')"*; do
|
||||
if strings -e l "$file" | grep -iq vpci.sys; then
|
||||
if strings -e l "$file" | grep -Fiq vpci.sys; then
|
||||
cp -fv "$file" "$(get_path_in_correct_case '/wim/Windows/System32/CatRoot/{F750E6C3-38EE-11D1-85E5-00C04FC295EE}/')"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user