winiso-valhalla/winfs/Scripts/Startup.ps1

7 lines
172 B
PowerShell

$null = $env:WIN_COMPUTER_NAME;
$null = $env:SETUP_SCRIPT_NAME;
& "X:/git/bin/git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git;
Set-Location PortValhalla;
pwsh;