aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi4
1 files changed, 2 insertions, 2 deletions
diff --git a/archfi b/archfi
index a609d6c..b42eecd 100644
--- a/archfi
+++ b/archfi
@@ -921,8 +921,8 @@ archinstallgrub(){
clear
pacstrap /mnt grub
- if [ "eficomputer" == "1" ]; then
- if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then
+ if [ "$eficomputer" == "1" ]; then
+ if [ "$efimode" == "1" ]||[ "$efimode" == "2" ]; then
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then
clear
pacstrap /mnt efibootmgr