mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Generate 5 mirrors with reflector
This commit is contained in:
parent
3baf34de21
commit
279275d02f
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ if [ "$1" = "-u" ] || [ "$1" = "-U" ]; then
|
|||
# Updates SSL CA certificates
|
||||
# Generates locales
|
||||
cat <<EOF > container-update.sh
|
||||
reflector --protocol https --score 3 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
reflector --protocol https --score 5 --sort rate --save /etc/pacman.d/mirrorlist
|
||||
fakeroot -- pacman -Syy 2>/dev/null
|
||||
fakeroot -- pacman --noconfirm -S archlinux-keyring 2>/dev/null
|
||||
fakeroot -- pacman --noconfirm -S chaotic-keyring 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue