Adjusted check values

This commit is contained in:
Alejandro 2023-08-17 01:14:40 +02:00 committed by Martin Wimpress
parent 94f2aeb40d
commit 941b325269
7 changed files with 12 additions and 12 deletions

View file

@ -31,7 +31,7 @@ function ignore_msrs_alert() {
echo
echo " If you are unable to run macOS or Windows VMs then run the above 👆"
echo " This will enable ignoring of unhandled MSRs until you reboot the host."
echo " You can make this change permenant by running: 'quickemu --ignore-msrs-always'"
echo " You can make this change permanent by running: 'quickemu --ignore-msrs-always'"
fi
fi
}
@ -1013,7 +1013,7 @@ function vm_boot() {
fi
if [ "${network}" == "none" ]; then
# Disbale all networking
# Disable all networking
echo " - Network: Disabled"
args+=(-nic none)
elif [ "${network}" == "restrict" ]; then