mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
chore(installer-pwsh): remove redundant echo call
This commit is contained in:
parent
0a505ae651
commit
6d32e1b613
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ param(
|
|||
$PSMinSupportedVersion = 5
|
||||
|
||||
function Verify-PowerShellVersion {
|
||||
$PSVersion = [int](Select-Object -Property Major -First 1 -ExpandProperty Major -InputObject $PSVersionTable.PSVersion | echo)
|
||||
$PSVersion = [int](Select-Object -Property Major -First 1 -ExpandProperty Major -InputObject $PSVersionTable.PSVersion)
|
||||
|
||||
Write-Host "[$PSVersion]"
|
||||
if ($PSVersion -lt $PSMinSupportedVersion) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue