diff --git a/setup_vm.py b/setup_vm.py index 9f6e000..1f3202b 100644 --- a/setup_vm.py +++ b/setup_vm.py @@ -84,7 +84,7 @@ def get_vmrun_type(): # Start the virtual machine -subprocess.run(f'vmrun {get_vmrun_type()} start "{VM_PATH}"', shell=True) +subprocess.run(f'vmrun {get_vmrun_type()} start "{VM_PATH}" nogui', shell=True) print("Starting virtual machine...") # Get the IP address of the virtual machine