fix install_drivers menu title

merge-requests/273/head
Bernhard Landauer 7 years ago
parent ab4d47212f
commit b3d4ff995f

@ -138,7 +138,7 @@ install_manjaro_de_wm() {
# remove already installed base pkgs and
# basestrap the parsed package list to the new root
basestrap ${MOUNTPOINT} $(cat /mnt/.base | sort | uniq) 2>$ERR
check_for_error "install pkgs: $(cat /mnt/.base | sort | uniq)" "$?"
check_for_error "install pkgs: $(cat /mnt/.base | sort | uniq | tr '\n' ' ')" "$?"
# copy the profile overlay to the new root
echo "Copying overlay files to the new root"

@ -205,7 +205,7 @@ install_drivers_menu() {
declare -i loopmenu=1
while ((loopmenu)); do
submenu 5
DIALOG " _InstDrvTitle " --default-item ${HIGHLIGHT_SUB} --menu "$_InstDrvBody" 0 0 5 \
DIALOG " $_InstDrvTitle " --default-item ${HIGHLIGHT_SUB} --menu "$_InstDrvBody" 0 0 5 \
"1" "$_InstFree" \
"2" "$_InstProp" \
"3" "$_InstGrMenuDD|>" \
@ -232,6 +232,7 @@ install_drivers_menu() {
esac
done
}
edit_configs() {
check_base
declare -i loopmenu=1

Loading…
Cancel
Save