7 lines
192 B
PowerShell
7 lines
192 B
PowerShell
$null = $env:WIN_COMPUTER_NAME;
|
|
$null = $env:SETUP_SCRIPT_NAME;
|
|
|
|
Set-Alias git "X:/software/git/bin/git.exe";
|
|
git clone https://git.nuth.ch/manuth/PortValhalla.git;
|
|
Set-Location PortValhalla;
|