From 8bd99cc405ff8406a3d82e7058d4e68916d63790 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 6 Dec 2022 16:37:45 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c3b2090..5a220b6 100644 --- a/install.sh +++ b/install.sh @@ -22,7 +22,9 @@ echo n # Create new partition (for root). echo # Set default partition number. echo # Set default first sector. echo # Set default last sector (rest of the disk). - +echo t # Change partition type. +echo 1 # Pick first partition. +echo 1 # Change first partition to EFI system. echo w # write changes. ) | sudo fdisk $driveName -w always -W always