Fix non-functioning git initialization

This commit is contained in:
Manuel Thalmann 2023-07-27 16:11:16 +02:00
parent aad095bf74
commit 45327c3a5e

View file

@ -16,7 +16,7 @@ $null = New-Module {
"`n",
@(
"bash `"$PSScriptRoot/../../../Common/Config/git/install.sh`"",
"bash rm ~/.bashrc")));
"rm ~/.bashrc")));
Write-Information "Running prepared script";
Start-Process -Wait $script;