Skip to content

Commit 25e8b67

Browse files
committed
Removed line
1 parent e0eb7e9 commit 25e8b67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/iot-edge-install-linux-on-windows.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ Install IoT Edge for Linux on Windows on your target device.
174174
```powershell
175175
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
176176
$ProgressPreference = 'SilentlyContinue'
177-
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
178177
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI-CR-ARM64" -OutFile $msiPath
179178
```
180179

0 commit comments

Comments
 (0)