Skip to content

Commit

Permalink
[misc] Allow failure of reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Aug 25, 2024
1 parent da5e93d commit 7f138ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ pacman-key --populate
# Install required packages
pacman --sync --noconfirm --needed archiso patch python python-jinja rdfind reflector

# Allow non-zero exit codes
set +e

# Configure mirrorlist
reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist

0 comments on commit 7f138ba

Please sign in to comment.