Use HTTPS instead of HTTP for URLs where supported. (#3161)

This commit is contained in:
bvd0
2025-01-17 23:42:42 +09:00
committed by GitHub
parent bcc801683d
commit 254738a420
6 changed files with 10 additions and 10 deletions

View File

@ -11,7 +11,7 @@ Welcome to the official documentation for WinUtil, your go-to utility for optimi
* You will first need to start a Powershell terminal **as Admin**.
* Now you can run the following command:
```ps1
irm christitus.com/win | iex
irm https://christitus.com/win | iex
```
!!! info