Refactor git installation

This commit is contained in:
Manuel Thalmann 2023-06-22 20:56:28 +02:00
parent ce4a8d1d30
commit cafcc57e88

View file

@ -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";