. "$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";