switching back stable one-liner to the old one

irm -> iwr: for download progress
This commit is contained in:
psyirius 2024-08-22 20:02:48 -07:00
parent 093caa1273
commit c667089337

View File

@ -26,7 +26,7 @@ Winutil must be run in Admin mode because it performs system-wide tweaks. To ach
#### Stable Release (Recommended)
```ps1
iex "& { $(iwr 'https://christitus.com/win') }"
iwr "https://christitus.com/win" | iex
```
#### Pre-Release Branch