diff --git a/setup.sh b/setup.sh index 7fc1a69..339d9a5 100755 --- a/setup.sh +++ b/setup.sh @@ -415,13 +415,14 @@ while true; do # taller than the screen. _term_lines="$(tput lines 2>/dev/null silently - # correct even if someone does check it out of habit. - svc_items+=("$(printf "%s %s %s" "x" "$(printf '%-2s' '#')" "NAME")" "── service ──" "OFF") for name in "${SVCS[@]}"; do _inst_mark=" " _count_str=" " @@ -462,15 +458,13 @@ while true; do svc_items+=("$svc_tag" "${SERVICE_DESC[$name]}" "OFF") done CHOICE=$(whiptail --title "${CHOSEN_CAT^^}" --checklist \ - "Space=select to install, Enter=go. Top row shows the x/# column meaning:" "$_box_h" "$_box_w" "$_list_h" \ + " installed # of installs service +Space=select to install, Enter=go:" "$_box_h" "$_box_w" "$_list_h" \ "${svc_items[@]}" 3>&1 1>&2 2>&3