diff options
-rw-r--r-- | archfi | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |