mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
fix some stuff
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
function Invoke-WinUtilDownloadISO {
|
||||
param(
|
||||
$rel,
|
||||
$locale,
|
||||
$arch
|
||||
)
|
||||
# Download Windows 11 ISO
|
||||
# Credit: https://github.com/pbatard/Fido
|
||||
|
||||
$fidopath = "$env:temp\fido.ps1"
|
||||
|
||||
Invoke-Webrequest "https://github.com/pbatard/Fido/raw/master/Fido.ps1" -OutFile $fidopath
|
||||
|
||||
& $fidopath -Win "Windows 11" -Rel $rel -Locale $locale -Arch $arch
|
||||
|
||||
return "$workingdir\*.iso"
|
||||
}
|
Reference in New Issue
Block a user