From 8c46a23503f70abcb36843450b1745ade19cc4ca Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Apr 2023 18:39:54 +0000 Subject: [PATCH] Update install.sh --- install.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/install.sh b/install.sh index 55fbacd..fb2032a 100644 --- a/install.sh +++ b/install.sh @@ -67,20 +67,6 @@ fi # List the new partitions. lsblk -f -# Format the partitions : -echo "----------" -echo "" -echo "Which is the EFI partition?" -read efiName - -echo "" -echo "Which is the root partition?" -read rootName - -echo "" -echo "Which is the swap partition?" -read swapName - # Create EFI partition sudo mkfs.fat -F32 -n EFI $efiName