entrypoint: Randomise checked repos

This commit is contained in:
bbhtt
2024-09-18 19:57:09 +05:30
parent b75e4b688f
commit f518bfcd27
@@ -12,7 +12,7 @@ mkdir flathub
cd flathub || exit
gh-ls-org flathub | parallel "git clone --depth 1 {}"
mapfile -t checker_apps < <( grep -rl -E 'extra-data|x-checker-data|\.AppImage' | cut -d/ -f1 | sort -u )
mapfile -t checker_apps < <( grep -rl -E 'extra-data|x-checker-data|\.AppImage' | cut -d/ -f1 | sort -u | shuf )
for repo in "${checker_apps[@]}"; do
FEDC_OPTS=()