mirror of
https://github.com/bin456789/reinstall.git
synced 2026-05-21 05:27:41 +08:00
Compare commits
7 Commits
047b82aaa0
...
190f36d473
| Author | SHA1 | Date | |
|---|---|---|---|
| 190f36d473 | |||
| f2bc04d90f | |||
| e1fdbb18fa | |||
| 8fd50b7527 | |||
| c8c1da2dbc | |||
| b1e995a2f0 | |||
| 5cbc106423 |
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 -Fiq vpci.sys; then
|
||||
if strings -e l "$file" | grep -iq 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