Configure software implicitly
This commit is contained in:
parent
39600c813f
commit
1f20af3bc5
17 changed files with 6 additions and 96 deletions
scripts/Windows/Software/git
|
@ -42,10 +42,6 @@ $null = New-Module {
|
|||
|
||||
Start-SoftwareInstaller @Parameters `
|
||||
-Installer {
|
||||
param(
|
||||
[scriptblock] $Installer
|
||||
)
|
||||
|
||||
$params = "/WindowsTerminalProfile";
|
||||
$defaultBranch = Get-GitOption "defaultBranch";
|
||||
|
||||
|
@ -54,7 +50,6 @@ $null = New-Module {
|
|||
}
|
||||
|
||||
Install-ChocoPackage git -ArgumentList "--params",$params;
|
||||
& $Installer -Action ([InstallerAction]::Configure);
|
||||
} `
|
||||
-Configurator {
|
||||
& "$PSScriptRoot/../../../Common/Software/git/Manage.ps1" @Parameters;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue