Fix incorrect command

This commit is contained in:
Manuel Thalmann 2023-06-22 14:50:29 +02:00
parent d034c31197
commit 0a55818a60

View file

@ -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";