We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3f60c commit dcdca6dCopy full SHA for dcdca6d
1 file changed
install.ps1
@@ -49,8 +49,6 @@ try {
49
exit 1
50
}
51
52
-# Remove MOTW (prevents SmartScreen popup)
53
-Unblock-File -Path "$TmpDir\$Archive" -ErrorAction SilentlyContinue
54
55
# Checksum verification
56
$ChecksumUrl = "$BaseUrl/checksums.txt"
0 commit comments