Commit the file renames
This commit is contained in:
parent
63ebfd3210
commit
a9b74aa69b
|
@ -1,18 +0,0 @@
|
||||||
$ErrorActionPreference = 'silentlycontinue'
|
|
||||||
|
|
||||||
if (Get-Module -ListAvailable -Name NuGet) {
|
|
||||||
Write-Host "NuGet exists"
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Get-Module -ListAvailable -Name PSWindowsUpdate) {
|
|
||||||
Write-Host "PSWindowsUpdate exists"
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
Install-Module -Name PSWindowsUpdate -force
|
|
||||||
}
|
|
||||||
|
|
||||||
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
|
|
||||||
Get-WindowsUpdate -install -acceptall
|
|
Loading…
Reference in New Issue