fix(iso): Try and improve mirrorlist handling (#7)

This commit is contained in:
hygienic-books 2023-10-23 03:02:23 +02:00
parent e3d5f2b939
commit d059cb6ae0

View File

@ -64,13 +64,9 @@ function update_pacman_db () {
printf -- '%s\n' 'Refreshing mirror list ...' printf -- '%s\n' 'Refreshing mirror list ...'
printf -- '%s\n' \ printf -- '%s\n' \
'--save /etc/pacman.d/mirrorlist' \ '--save /etc/pacman.d/mirrorlist' \
'--ipv4' \
'--ipv6' \
'--protocol https' \ '--protocol https' \
'--latest 50' \ '--latest 5' \
'--sort rate' \ '--sort age' \
'--score 30' \
'--fastest 10' \
> '/etc/xdg/reflector/reflector.conf' > '/etc/xdg/reflector/reflector.conf'
systemctl start reflector systemctl start reflector
# In an ISO and for the minimal number of packages we need we do not # In an ISO and for the minimal number of packages we need we do not