Add missing module

This commit is contained in:
Manuel Thalmann 2024-08-24 04:24:37 +02:00
parent 179cb57768
commit ffbc87064e

View file

@ -181,6 +181,7 @@ $null = New-Module {
Install-ChocoPackage selenium-gecko-driver firefox;
Invoke-Hook "Install-PSModules" -Fallback {
Install-Module -Scope AllUsers -AcceptLicense -Force KnownFolders;
Install-Module -Scope AllUsers -AcceptLicense -Force PSWindowsUpdate;
Install-Module -Scope AllUsers -AcceptLicense -Force PSScriptAnalyzer;
Install-Module -Scope AllUsers -AcceptLicense -AllowPrerelease -AllowClobber -Force LocalAccounts;