From 279275d02f3165afe3e98ed0b764fdbf9a7abc94 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Thu, 16 Sep 2021 01:08:09 +0500 Subject: [PATCH] Generate 5 mirrors with reflector --- conty-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conty-start.sh b/conty-start.sh index dac1187..4dfbaf4 100755 --- a/conty-start.sh +++ b/conty-start.sh @@ -471,7 +471,7 @@ if [ "$1" = "-u" ] || [ "$1" = "-U" ]; then # Updates SSL CA certificates # Generates locales cat < 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