Files
runner-images/images/win/post-generation/Msys2FirstLaunch.ps1
T

2 lines
121 B
PowerShell
Raw Normal View History

2021-01-15 13:42:37 +03:00
# create user profile at the first launch
$null = cmd /c "C:\msys64\usr\bin\bash.exe -leo pipefail -c 'echo $SHELL' 2>&1"