aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2019-10-06 21:52:07 +0200
committerMatMoul <matmoul@gmail.com>2019-10-06 21:52:07 +0200
commit82a53b3a2331b39a871a68a6fe372aefcd328027 (patch)
treec81376988cb47045275b4ab9215374b8fbee3df2
parent7d66ed110b3830d2adae970ec597df1f0442bd3d (diff)
downloadhyperfi-82a53b3a2331b39a871a68a6fe372aefcd328027.tar.lz
hyperfi-82a53b3a2331b39a871a68a6fe372aefcd328027.tar.xz
hyperfi-82a53b3a2331b39a871a68a6fe372aefcd328027.zip
Install dhcpcd package before enable it
-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