mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Updates MSRs alert comment to include windows (#507)
Adds windows to MSRs alert comment in addition to macOS
This commit is contained in:
parent
b540471acc
commit
601273de40
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -645,7 +645,7 @@ function vm_boot() {
|
|||
fi
|
||||
|
||||
if [ "${guest_os}" == "macos" ] || [ "${guest_os}" == "windows" ]; then
|
||||
# Display MSRs alert if the guest is macOS
|
||||
# Display MSRs alert if the guest is macOS or windows
|
||||
ignore_msrs_alert
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue