aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi8
1 files changed, 4 insertions, 4 deletions
diff --git a/archfi b/archfi
index c1a9412..f05a426 100644
--- a/archfi
+++ b/archfi
@@ -980,10 +980,10 @@ archinstallgrub(){
clear
pacstrap /mnt grub
- if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtinstallosprober" --defaultno 0 0) then
- clear
- pacstrap /mnt os-prober
- fi
+ #if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtinstallosprober" --defaultno 0 0) then
+ # clear
+ # pacstrap /mnt os-prober
+ #fi
if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then