Update arch-post.sh
This commit is contained in:
+2
-1
@@ -29,7 +29,8 @@ echo "Set your root password please."
|
|||||||
passwd
|
passwd
|
||||||
|
|
||||||
# Bootloader installation
|
# 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 ]
|
if [ $sys -eq 1 ]
|
||||||
then
|
then
|
||||||
# install grub and the boot manager
|
# install grub and the boot manager
|
||||||
|
|||||||
Reference in New Issue
Block a user