mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix typo
This commit is contained in:
parent
7f408e59cf
commit
b7f8e859dc
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -168,7 +168,7 @@ function vm_boot() {
|
||||||
# Force to lowercase.
|
# Force to lowercase.
|
||||||
boot=$(echo ${boot,,})
|
boot=$(echo ${boot,,})
|
||||||
|
|
||||||
# A;ways Boot macOS using EFI
|
# Always Boot macOS using EFI
|
||||||
if [ "${guest_os}" == "macos" ]; then
|
if [ "${guest_os}" == "macos" ]; then
|
||||||
boot="efi"
|
boot="efi"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue