diff options
author | MatMoul <matmoul@gmail.com> | 2019-10-06 21:52:07 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2019-10-06 21:52:07 +0200 |
commit | 82a53b3a2331b39a871a68a6fe372aefcd328027 (patch) | |
tree | c81376988cb47045275b4ab9215374b8fbee3df2 | |
parent | 7d66ed110b3830d2adae970ec597df1f0442bd3d (diff) | |
download | hyperfi-82a53b3a2331b39a871a68a6fe372aefcd328027.tar.lz hyperfi-82a53b3a2331b39a871a68a6fe372aefcd328027.tar.xz hyperfi-82a53b3a2331b39a871a68a6fe372aefcd328027.zip |
Install dhcpcd package before enable it
-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 |