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

Commit e374ff6

Browse files
Merge pull request #280 from milliamp/patch-1
Update onprem.md, changed http -> https for aka.ms
2 parents 5bf4476 + 2fff615 commit e374ff6

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)