From 3263d94099f3d36b1b88d487a8b154459aae426f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Apr 2023 22:00:16 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 9fbbaf8..5ecb783 100644 --- a/install.sh +++ b/install.sh @@ -28,7 +28,6 @@ echo # Set last sector. echo t # Change partition type. echo 1 # Pick first partition. echo 1 # Change first partition to EFI system. -echo t # Change partition type. echo w # write changes. ) | sudo fdisk $driveName -w always -W always