Refactor git installation
This commit is contained in:
parent
62a82f6564
commit
8f20d9104f
1 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,2 @@
|
|||
. "$PSScriptRoot/setup/install.sh";
|
||||
|
||||
$bashPath = [System.IO.Path]::Join((Get-Command "git").Source, "..", "..", "git-bash.exe");
|
||||
Start-Process -Wait -FilePath "$bashPath" -ArgumentList "$PSScriptRoot/flow/install.sh";
|
||||
Start-Process -Wait -FilePath "$PSScriptRoot/setup/install.sh";
|
||||
Start-Process -Wait -FilePath "$PSScriptRoot/flow/install.sh";
|
||||
|
|
Loading…
Reference in a new issue