diff options
Diffstat (limited to 'bin/check-mirrors')
-rwxr-xr-x | bin/check-mirrors | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors index 5dc8cfe..5f9ba22 100755 --- a/bin/check-mirrors +++ b/bin/check-mirrors @@ -23,6 +23,7 @@ if [ $# -eq 0 ]; then trap 'rm "${tmp_file}"' EXIT git -C "${repo_paths__archlinux32}" archive HEAD -- 'core/pacman-mirrorlist/mirrorlist' | \ + tar -Oxf - | \ sed -n ' 1,/^$/d /^## [^A-Z]/d |