aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archfi4
1 files changed, 4 insertions, 0 deletions
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