#!/bin/bash # # SPDX-License-Identifier: GPL-3.0-or-later if [ "$2" == up ] && ! grep -qoP 'mirror=\K\S+' /proc/cmdline; then reflector \ --save /etc/pacman.d/mirrorlist \ --protocol https \ --latest 70 \ --sort rate fi