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

@ -258,6 +258,6 @@ With MicroWin, you can also configure your user before proceeding if you don't w
* On any supported Windows machine, open PowerShell **as Admin** and run the following command to automatically apply tweaks and install apps from the config file.
```ps1
iex "& { $(irm christitus.com/win) } -Config [path-to-your-config] -Run"
iex "& { $(irm https://christitus.com/win) } -Config [path-to-your-config] -Run"
```
* Have a cup of coffee! Come back when it's done.