From 0a55818a604f8ddf11fcf5a8e930b01aaff219cc Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 22 Jun 2023 14:50:29 +0200 Subject: [PATCH] Fix incorrect command --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 06715c3..f3815a0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -95,7 +95,7 @@ else sudo mount "$WIN11_IMAGE_PATH" "$mountPath"; sudo cp -r "$mountPath"/* "$dataPath"; - sudo cp Autounattend.xml "$dataPath"; + sudo cp Autounattend.template.xml "$dataPath"; sudo cp -r "$mountPath/efi" "$bootPath"; wimFile="$dataPath/sources/install.wim";