Skip to content

Commit

Permalink
Merge pull request #277 from puppetlabs/maint-update_installscript
Browse files Browse the repository at this point in the history
(maint) - Add PSDscResources & PowerShellGet to install.ps1
  • Loading branch information
gavindidrichsen authored Dec 4, 2023
2 parents 98b75d6 + 891dd7b commit a2422bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ $PowerShellModules = @(
@{ Name = 'powershell-yaml' }
@{ Name = 'PSScriptAnalyzer' }
@{ Name = 'xPSDesiredStateConfiguration' }
@{ Name = 'PSDscResources' }
@{ Name = 'PowerShellGet'}
@{ Name = 'Pester'}
)

Expand Down

0 comments on commit a2422bb

Please sign in to comment.