n3snah / powershell7

Puppet Module for Powershell 7
Apache License 2.0
0 stars 1 forks source link

Be able to upgrade PowerShell 7 releases #26

Open n3snah opened 3 years ago

n3snah commented 3 years ago

Currently it will download new files if specified via class parameters but it won't upgrade it. DoD:

e.g stable_source_url = "https://github.com/PowerShell/PowerShell/releases/download/v7.1.2/PowerShell-7.1.2-win-x64.msi" stable_file_name = "PowerShell-7.1.2-win-x64.msi"

upgrading to stable_source_url = "https://github.com/PowerShell/PowerShell/releases/download/v7.1.3/PowerShell-7.1.3-win-x64.msi" stable_file_name = "PowerShell-7.1.3-win-x64.msi"

image