From 84177ce47df407593a62b6b076ec28773d989a81 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 23 Jul 2024 18:48:39 +0200 Subject: [PATCH] Remove redundant statements --- deploy.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy.fish b/deploy.fish index fe91294..6df71e4 100644 --- a/deploy.fish +++ b/deploy.fish @@ -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"