mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
entrypoint: Randomise checked repos
This commit is contained in:
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user