Perform initial configuration before anything else
This commit is contained in:
parent
2594791471
commit
dffb937078
2 changed files with 5 additions and 6 deletions
scripts/Windows/Scripts
|
@ -1,6 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
powershell -c Install-PackageProvider -Name NuGet -Force;
|
||||
|
||||
foreach ($module in @("PSWindowsUpdate", "KnownFolders"))
|
||||
{
|
||||
if (-not (Get-Module -ListAvailable $module))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue