Skip to content

Commit

Permalink
Fix Multiple HTTPS connect issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jul 15, 2023
1 parent 10101a4 commit 63adbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ iwr -useb https://christitus.com/win | iex
```
Or shorter Thanks to [#144](/../../issues/144)
```
irm christitus.com/win | iex
irm https://christitus.com/win | iex
```
If you are having TLS 1.2 Issues or You cannot find or resolve `christitus.com/win` then run with the following command:
```
Expand Down

0 comments on commit 63adbdb

Please sign in to comment.