Fix incorrect git path
This commit is contained in:
parent
77ee83d63d
commit
9295743ed9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
$null = $env:WIN_COMPUTER_NAME;
|
$null = $env:WIN_COMPUTER_NAME;
|
||||||
$null = $env:SETUP_SCRIPT_NAME;
|
$null = $env:SETUP_SCRIPT_NAME;
|
||||||
|
|
||||||
& "X:\git\git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
|
& "X:/git/bin/git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
|
||||||
Set-Location PortValhalla;
|
Set-Location PortValhalla;
|
||||||
pwsh;
|
pwsh;
|
||||||
|
|
Loading…
Reference in a new issue