fix: init of prereqs
This commit is contained in:
@@ -265,6 +265,7 @@ function Get-SystemPrerequisites {
|
|||||||
Command = "pwsh"
|
Command = "pwsh"
|
||||||
MinVersion = "7.0"
|
MinVersion = "7.0"
|
||||||
Name = "PowerShell 7"
|
Name = "PowerShell 7"
|
||||||
|
Sufficient = $false
|
||||||
}
|
}
|
||||||
Git = @{
|
Git = @{
|
||||||
Installed = $false
|
Installed = $false
|
||||||
@@ -272,6 +273,7 @@ function Get-SystemPrerequisites {
|
|||||||
Command = "git"
|
Command = "git"
|
||||||
MinVersion = "2.23"
|
MinVersion = "2.23"
|
||||||
Name = "Git"
|
Name = "Git"
|
||||||
|
Sufficient = $false
|
||||||
}
|
}
|
||||||
VSCode = @{
|
VSCode = @{
|
||||||
Installed = $false
|
Installed = $false
|
||||||
@@ -279,6 +281,7 @@ function Get-SystemPrerequisites {
|
|||||||
Command = "code"
|
Command = "code"
|
||||||
MinVersion = $null
|
MinVersion = $null
|
||||||
Name = "Visual Studio Code"
|
Name = "Visual Studio Code"
|
||||||
|
Sufficient = $false
|
||||||
}
|
}
|
||||||
WindowsTerminal = @{
|
WindowsTerminal = @{
|
||||||
Installed = $false
|
Installed = $false
|
||||||
@@ -286,6 +289,7 @@ function Get-SystemPrerequisites {
|
|||||||
Command = "wt"
|
Command = "wt"
|
||||||
MinVersion = $null
|
MinVersion = $null
|
||||||
Name = "Windows Terminal"
|
Name = "Windows Terminal"
|
||||||
|
Sufficient = $false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user