Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2fff615

Browse files
committed
Update onprem.md
Changed http -> https. aka.ms has SSL and running a downloaded bash script over http is just plain scary/dangerous.
1 parent 545045e commit 2fff615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/onprem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ From a terminal:
3939
mkdir myagent
4040
cd my agent
4141

42-
curl -skSL http://aka.ms/xplatagent | bash
42+
curl -skSL https://aka.ms/xplatagent | bash
4343
```
4444
Your output should look [similar to this](sampleoutput.md)
4545

@@ -78,7 +78,7 @@ Before updating stop the agent (ctrl-c if interactive, if service [see run as a
7878

7979
From a terminal:
8080
```bash
81-
curl -skSL http://aka.ms/xplatagent | bash
81+
curl -skSL https://aka.ms/xplatagent | bash
8282
```
8383
Your output should look [similar to this](sampleoutput.md)
8484

0 commit comments

Comments
 (0)