Skip to content

Commit 40ef963

Browse files
committed
Updated the link for Openssl installer
A new version has appeared, and the maintainers have removed the old version from the server
1 parent f691f2e commit 40ef963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeployTools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Invoke-WebRequest -uri "http://freefr.dl.sourceforge.net/project/sevenzip/7-Zip/
77
Start-Process -Wait msiexec.exe -ArgumentList "/i $filename /qn"
88
del $filename
99

10-
$filename="Win32OpenSSL_Light-1_0_1e.exe"
10+
$filename="Win32OpenSSL_Light-1_0_1f.exe"
1111
Invoke-WebRequest -Uri "http://slproweb.com/download/$filename" -OutFile $filename
1212
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
1313
del $filename

0 commit comments

Comments
 (0)