We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7651619 + 3e43563 commit b5c28c8Copy full SHA for b5c28c8
install.ps1
@@ -1,3 +1,4 @@
1
+[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
2
$ErrorActionPreference = "Stop"
3
4
function downloadDvm([string] $dvmDir) {
0 commit comments