Skip to content

Commit fcfaa03

Browse files
committed
Merge pull request #5 from ader1990/fixopensslinstall
Updated the link for Openssl installer
2 parents f691f2e + 40ef963 commit fcfaa03

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)