We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5e1b2 commit e3723b3Copy full SHA for e3723b3
images/win/scripts/Installers/Install-OpenSSL.ps1
@@ -6,7 +6,7 @@
6
7
$arch = 'INTEL'
8
$bits = '64'
9
-$light = 'false'
+$light = $false
10
$installer = "exe"
11
$version = (Get-ToolsetContent).openssl.version
12
$installDir = "$Env:ProgramFiles\OpenSSL"
0 commit comments