mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
feat(installer-pwsh): drop minimum ps version to 2
This commit is contained in:
parent
f82fdb0e72
commit
fa5a058557
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue