mirror of
https://github.com/dockur/windows.git
synced 2026-01-28 22:03:16 +00:00
feat: Faster ESD extraction (#484)
This commit is contained in:
@@ -57,7 +57,7 @@ ready() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
local line="Windows Boot Manager"
|
||||
local line="\"Windows Boot Manager\""
|
||||
if grep -Fq "$line" "$QEMU_PTY"; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user