6 lines
147 B
PowerShell
6 lines
147 B
PowerShell
|
$null = $env:WIN_COMPUTER_NAME;
|
||
|
$null = $env:SETUP_SCRIPT_NAME;
|
||
|
|
||
|
git clone https://git.nuth.ch/manuth/PortValhalla.git;
|
||
|
Set-Location PortValhalla;
|