Merge branch 'TheLinuxNinja-fix-dhcpcd-typo' into src
This commit is contained in:
commit
31578b7dd4
1 changed files with 1 additions and 1 deletions
2
archfi
2
archfi
|
@ -819,7 +819,7 @@ archmenu(){
|
|||
options+=("${txtedit//%1/mkinitcpio.conf}" "($txtoptional)")
|
||||
options+=("${txtedit//%1/mirrorlist}" "($txtoptional)")
|
||||
options+=("$txtbootloader" "")
|
||||
options+=("${txtenable//%1/dhcpcd}" "systemctl enable dhcpd")
|
||||
options+=("${txtenable//%1/dhcpcd}" "systemctl enable dhcpcd")
|
||||
options+=("archdi" "$txtarchdidesc")
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "$txtarchinstallmenu" --menu "" --cancel-button "$txtback" --default-item "$nextitem" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
|
|
Loading…
Reference in a new issue