From 9045007668301ce434adb03a8d21b7d886b2930f Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 25 Jun 2023 13:44:15 +0200 Subject: [PATCH] Open PortValhalla folder after cloning --- Autounattend.template.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Autounattend.template.xml b/Autounattend.template.xml index a59ffe6..75e1788 100644 --- a/Autounattend.template.xml +++ b/Autounattend.template.xml @@ -231,7 +231,8 @@ refreshenv; cd C:/; - git clone https://git.nuth.ch/manuth/PortValhalla.git; + git clone https://git.nuth.ch/manuth/PortValhalla.git; + cd PortValhalla; Install PowerShell Core and git and run setup