mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-15 17:30:37 -06:00
switching back stable one-liner to the old one
irm -> iwr: for download progress
This commit is contained in:
parent
093caa1273
commit
c667089337
@ -26,7 +26,7 @@ Winutil must be run in Admin mode because it performs system-wide tweaks. To ach
|
|||||||
#### Stable Release (Recommended)
|
#### Stable Release (Recommended)
|
||||||
|
|
||||||
```ps1
|
```ps1
|
||||||
iex "& { $(iwr 'https://christitus.com/win') }"
|
iwr "https://christitus.com/win" | iex
|
||||||
```
|
```
|
||||||
#### Pre-Release Branch
|
#### Pre-Release Branch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user