diff --git a/winfs/Scripts/Startup.ps1 b/winfs/Scripts/Startup.ps1 index 96acbf9..e4adcc2 100644 --- a/winfs/Scripts/Startup.ps1 +++ b/winfs/Scripts/Startup.ps1 @@ -1,6 +1,6 @@ $null = $env:WIN_COMPUTER_NAME; $null = $env:SETUP_SCRIPT_NAME; -& "X:\git\git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git; +& "X:/git/bin/git.exe" clone https://git.nuth.ch/manuth/PortValhalla.git; Set-Location PortValhalla; pwsh;