PortValhalla/winiso/winfs/Scripts/Startup.ps1

6 lines
147 B
PowerShell
Raw Normal View History

2024-07-24 22:03:35 +00:00
$null = $env:WIN_COMPUTER_NAME;
$null = $env:SETUP_SCRIPT_NAME;
git clone https://git.nuth.ch/manuth/PortValhalla.git;
Set-Location PortValhalla;