From 68c4914d01c67b36b0c83aa28f9eb08fcb8adcc0 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 17:11:55 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index bfdc52e..533dd0e 100644 --- a/install.sh +++ b/install.sh @@ -22,6 +22,10 @@ echo n # Create new partition (for root). echo # Set default partition number. echo # Set default first sector. echo -4G # Set last sector. +echo n # Create Swap partition +echo # Set default partition number. +echo # Set default first sector. +echo # Set last sector. echo t # Change partition type. echo 1 # Pick first partition. echo 1 # Change first partition to EFI system.