Updates MSRs alert comment to include windows (#507)

Adds windows to MSRs alert comment in addition to macOS
This commit is contained in:
kaikikokuke 2022-07-24 02:22:01 +02:00 committed by GitHub
parent b540471acc
commit 601273de40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -645,7 +645,7 @@ function vm_boot() {
fi fi
if [ "${guest_os}" == "macos" ] || [ "${guest_os}" == "windows" ]; then 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 ignore_msrs_alert
fi fi