winiso-valhalla/winfs/Scripts/Startup.ps1

7 lines
183 B
PowerShell

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