From 82a53b3a2331b39a871a68a6fe372aefcd328027 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 6 Oct 2019 21:52:07 +0200 Subject: [PATCH] Install dhcpcd package before enable it --- archfi | 4 ++++ 1 file changed, 4 insertions(+) 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