feat(installer-pwsh): drop minimum ps version to 2

This commit is contained in:
James Upjohn 2021-07-13 20:37:06 +12:00
parent f82fdb0e72
commit fa5a058557
No known key found for this signature in database
GPG key ID: D27176569247601C

View file

@ -59,7 +59,7 @@ param(
) )
# Constants # Constants
$PSMinSupportedVersion = 5 $PSMinSupportedVersion = 2
function Check-Help { function Check-Help {
# Cheap and dirty way of getting the same output as '-?' for '-h' and '-Help' # Cheap and dirty way of getting the same output as '-?' for '-h' and '-Help'