Install dhcpcd package before enable it
This commit is contained in:
parent
7d66ed110b
commit
82a53b3a23
1 changed files with 4 additions and 0 deletions
4
archfi
4
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
|
||||
|
|
Loading…
Reference in a new issue