From 7fc948b1b83e4a22763a6f8b756a8885ddf2e663 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 24 Aug 2024 04:24:37 +0200 Subject: [PATCH] Add missing module --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 43bb15f5..a59a0041 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -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;