diff options
author | MatMoul <matmoul@gmail.com> | 2019-05-16 03:37:38 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2019-05-16 03:37:38 +0200 |
commit | 31578b7dd431434b98118cda82101b0ce1c0878d (patch) | |
tree | b31b06cc5542fd575418f04809300c8443c78b88 | |
parent | 541892959069b14ff3afc02a7c76bd6d4621b2d5 (diff) | |
parent | 8194350ba413a433b9dda4c2720e7305682f25a9 (diff) | |
download | hyperfi-31578b7dd431434b98118cda82101b0ce1c0878d.tar.lz hyperfi-31578b7dd431434b98118cda82101b0ce1c0878d.tar.xz hyperfi-31578b7dd431434b98118cda82101b0ce1c0878d.zip |
Merge branch 'TheLinuxNinja-fix-dhcpcd-typo' into src
-rw-r--r-- | archfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[@]}" \ |