returns pswindowsupdate
This commit is contained in:
parent
3011a8b72a
commit
9121bc58a4
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@ PowerShell -Command "" ^
|
|||
"[System.IO.File]::WriteAllBytes($shortcut, $bytes)"
|
||||
|
||||
:: === Modules ==
|
||||
:: PowerShell -Command "Install-PackageProvider -Name NuGet -Force"
|
||||
:: PowerShell -Command "Install-Module -Name PSWindowsUpdate -Force"
|
||||
PowerShell -Command "Install-PackageProvider -Name NuGet -Force"
|
||||
PowerShell -Command "Install-Module -Name PSWindowsUpdate -Force"
|
||||
|
||||
:: === Scripts ==
|
||||
PowerShell -Command "Invoke-WebRequest -Uri !repo!/windows/ctmpf.bat -OutFile '!local!\ctmpf.bat'"
|
||||
|
|
Loading…
Reference in a new issue