diff --git a/bin/omarchy-vm b/bin/omarchy-vm index ef2418f9..389cfd8c 100755 --- a/bin/omarchy-vm +++ b/bin/omarchy-vm @@ -126,7 +126,7 @@ boot_vm() { gum style --foreground 212 "✓ VM ready. Booting..." - exec omarchy-iso-boot "${boot_args[@]}" /dev/null reuse + exec "$SCRIPT_DIR/omarchy-iso-boot" "${boot_args[@]}" /dev/null reuse } command="${1:-}"