Update arch-post.sh

This commit is contained in:
Timothy Pidashev
2021-10-23 21:23:34 -07:00
committed by GitHub
parent 4fae330540
commit e904c8d84d
+2 -1
View File
@@ -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