Fix incorrect command
This commit is contained in:
parent
d034c31197
commit
0a55818a60
|
@ -95,7 +95,7 @@ else
|
||||||
|
|
||||||
sudo mount "$WIN11_IMAGE_PATH" "$mountPath";
|
sudo mount "$WIN11_IMAGE_PATH" "$mountPath";
|
||||||
sudo cp -r "$mountPath"/* "$dataPath";
|
sudo cp -r "$mountPath"/* "$dataPath";
|
||||||
sudo cp Autounattend.xml "$dataPath";
|
sudo cp Autounattend.template.xml "$dataPath";
|
||||||
sudo cp -r "$mountPath/efi" "$bootPath";
|
sudo cp -r "$mountPath/efi" "$bootPath";
|
||||||
wimFile="$dataPath/sources/install.wim";
|
wimFile="$dataPath/sources/install.wim";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue