From e904c8d84da7fa1b7200d464bcb7d6b9be9e60ba Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Sat, 23 Oct 2021 21:23:34 -0700 Subject: [PATCH] Update arch-post.sh --- arch-post.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-post.sh b/arch-post.sh index 10090ad..bb6ccd7 100644 --- a/arch-post.sh +++ b/arch-post.sh @@ -29,7 +29,8 @@ echo "Set your root password please." passwd # Bootloader installation -read -r -p "Sorry, computer's sometimes forget stuff too. What kind of system is this again? " sys +echo "Sorry, computer's sometimes forget stuff too. What kind of system is this again?" +read -r -p "1) UEFI System 2) LEGACY System" sys if [ $sys -eq 1 ] then # install grub and the boot manager