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" }