mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Show release support status in menu for expert mode
This commit is contained in:
@@ -412,7 +412,9 @@ function distro_menu ()
|
||||
if [[ "${distro_support[$i]}" != "supported" && $EXPERT != "yes" ]]; then
|
||||
:
|
||||
else
|
||||
options+=("$i" "${distro_name[$i]}")
|
||||
local text=""
|
||||
[[ $EXPERT == "yes" ]] && local text="(${distro_support[$i]})"
|
||||
options+=("$i" "${distro_name[$i]} $text")
|
||||
fi
|
||||
DISTRIBUTION_STATUS=${distro_support[$i]}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user