2023-06-21 19:31:49 +00:00
|
|
|
$null = $env:WIN_COMPUTER_NAME;
|
|
|
|
$null = $env:SETUP_SCRIPT_NAME;
|
|
|
|
|
2023-06-22 13:36:05 +00:00
|
|
|
& "X:/git/bin/git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
|
2023-06-21 19:31:49 +00:00
|
|
|
Set-Location PortValhalla;
|
|
|
|
pwsh;
|