Remove redundant statements
This commit is contained in:
parent
7e5915cab0
commit
84177ce47d
|
@ -162,9 +162,7 @@ begin
|
|||
sudo mkfs.ntfs -fFL "$setupLabel" "$dataDisk"
|
||||
sudo mount --mkdir "$bootDisk" "$bootPath"
|
||||
sudo mount --mkdir "$dataDisk" "$dataPath"
|
||||
sudo mount --mkdir "$isoFile" "$winPath"
|
||||
sudo cp -r "$winPath"/* "$bootPath"
|
||||
sudo umount "$winPath"
|
||||
sudo cp -r "$winpePath"/* "$bootPath"
|
||||
|
||||
sudo cp -r "$valhallaPath"/* "$dataPath"
|
||||
sudo cp -r "$valhallaPath/efi" "$bootPath"
|
||||
|
|
Loading…
Reference in a new issue