Skip to content

Install.sh file Error resolved#2

Merged
Silver595 merged 3 commits intomainfrom
test
Mar 2, 2026
Merged

Install.sh file Error resolved#2
Silver595 merged 3 commits intomainfrom
test

Conversation

@Silver595
Copy link
Owner

The cause of no working code or TUI launcher
IFS=$'\n' read -ra sorted_cats <<< "$(printf '%s\n' "${!_grps[@]}" | sort)"

This only reads first line. so after one it didnt shown up

Fixed version

mapfile -t sorted_cats < <(printf '%s\n' "${!_grps[@]}" | sort)

@Silver595 Silver595 merged commit d8ccaf1 into main Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant