diff --git a/archfi b/archfi index d3ca2f5..8241177 100644 --- a/archfi +++ b/archfi @@ -1603,6 +1603,10 @@ archrefindinstallchroot(){ archenabledhcpcd(){ if (whiptail --backtitle "${apptitle}" --title "${txtenable//%1/dhcpcd}" --yesno "${txtenable//%1/dhcpcd} ?" 0 0) then clear + + echo "pacstrap /mnt dhcpcd" + + pacstrap /mnt dhcpcd archchroot enabledhcpcd pressanykey fi