From 8595021ffab5b3c4d8c7c75fcc7189c88ba5e64a Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Tue, 14 Dec 2021 17:21:06 +0100 Subject: [PATCH] Removed redundant code --- scripts/image/setup.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/image/setup.sh b/scripts/image/setup.sh index 9649780..f0220ee 100644 --- a/scripts/image/setup.sh +++ b/scripts/image/setup.sh @@ -166,8 +166,6 @@ if [ "$transfer_image" = "y" ] info "Starting image transfer..." if [ "$os" = "arch" ] then - info "Deleting partition tables..." && - wipefs -a "$device_path" && info "Creating partitions..." && ( echo "o" #Type o. This will clear out any partitions on the drive. echo "p" #Type p to list partitions. There should be no partitions left