From 53b223bfa52f451f8909394c3fdcf4095e7d4e5c Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Sun, 22 May 2022 03:50:07 +0000 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index c9e89c6..c121f56 100644 --- a/install.sh +++ b/install.sh @@ -46,6 +46,7 @@ read rootName echo "" echo "Which is your username?" read userName +echo "" # Create EFI partition sudo mkfs.fat -F32 -n EFI $efiName