2023-06-22 18:44:40 +00:00
|
|
|
. "$PSScriptRoot/setup/install.sh";
|
2023-06-22 18:54:36 +00:00
|
|
|
|
|
|
|
$bashPath = [System.IO.Path]::Join((Get-Command "git").Source, "..", "..", "git-bash.exe");
|
|
|
|
Start-Process -Wait -FilePath "$bashPath" -ArgumentList "$PSScriptRoot/flow/install.sh";
|