Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-05-22 03:50:07 +00:00
parent 02ff6cc4a7
commit 53b223bfa5

View file

@ -46,6 +46,7 @@ read rootName
echo "" echo ""
echo "Which is your username?" echo "Which is your username?"
read userName read userName
echo ""
# Create EFI partition # Create EFI partition
sudo mkfs.fat -F32 -n EFI $efiName sudo mkfs.fat -F32 -n EFI $efiName