Reformatting the updates available list

This commit is contained in:
mag37 2025-10-01 19:28:22 +02:00
parent 7d1e1637f9
commit 35f77c0f89

View file

@ -347,7 +347,7 @@ dependency_check "jq" "jqbin" "https://github.com/jqlang/jq/releases/latest/down
list_options() {
num=1
for update in "${Updates[@]}"; do
echo "$num) $update"
printf "%02d - %s\n" "$num" "$update"
((num++))
done
}