From c99a3c73844f56eda8c0d742f8a1c9b39279aab4 Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Sun, 16 Nov 2025 12:16:17 +0800 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 391d8aa..aef125f 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ function Main { $dxInstallOption = "Y" if ($isServer) { - Write-Host "Windows Server detected. Would you like to install DirectX Runtime?" + Write-Host "Windows Server detected. Would you like to install DirectX Runtime (Y/N)?" $dxInstallOption = Get-UserConfirmation -Message "" -TimeoutSeconds 10 -Default "N" }