Fix incorrect command
This commit is contained in:
parent
d034c31197
commit
0a55818a60
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue