mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
updated irm
to iwr
for the progress and
updated one-liner with scoped execution
This commit is contained in:
@ -20,12 +20,14 @@
|
||||
.EXAMPLE
|
||||
Launch the latest release of winutil. (one-liner)
|
||||
Invoke-Expression "& { $(Invoke-RestMethod 'https://christitus.com/win') }"
|
||||
iex "& { $(iwr 'https://christitus.com/win') }"
|
||||
.EXAMPLE
|
||||
Launch the latest preview release of winutil.
|
||||
.\launcher.ps1 -preview
|
||||
.EXAMPLE
|
||||
Launch the latest preview release of winutil. (one-liner)
|
||||
Invoke-Expression "& { $(Invoke-RestMethod 'https://christitus.com/win') } -preview"
|
||||
iex "& { $(iwr 'https://christitus.com/win') } -preview"
|
||||
#>
|
||||
[CmdletBinding()]
|
||||
param(
|
||||
|
Reference in New Issue
Block a user