Remove redundant statements

This commit is contained in:
Manuel Thalmann 2024-07-23 18:48:39 +02:00
parent 7e5915cab0
commit 84177ce47d

View file

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