PortValhalla/scripts/Common/Config/git/install.ps1

5 lines
218 B
PowerShell
Raw Normal View History

2023-06-22 18:44:40 +00:00
. "$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";