From e01bc41ff58ef344983c2dd8e47802e4c8ced2ff Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 5 Dec 2022 20:10:00 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 1941117..0bcd3f3 100644 --- a/install.sh +++ b/install.sh @@ -17,10 +17,6 @@ echo g # Create new GPT partition table echo n # Create new partition (for root). echo # Set default partition number. echo # Set default first sector. -echo -8G # Set last sector. -echo n # Create new partition (for swap). -echo # Set default partition number. -echo # Set default first sector. echo # Set default last sector (rest of the disk). echo w # write changes.