From 23156bcbf4991c70a2bc574a35d0a700b331fa00 Mon Sep 17 00:00:00 2001 From: JEEVITHA KANNAN K S Date: Thu, 19 Sep 2024 08:02:44 +0530 Subject: [PATCH] Add rate mirrors headsup (#343) --- tabs/system-setup/system-update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tabs/system-setup/system-update.sh b/tabs/system-setup/system-update.sh index c672a948..d5dcf08a 100755 --- a/tabs/system-setup/system-update.sh +++ b/tabs/system-setup/system-update.sh @@ -6,7 +6,9 @@ fastUpdate() { case "$PACKAGER" in pacman) - $AUR_HELPER -S --needed --noconfirm rate-mirrors-bin + $AUR_HELPER -S --needed --noconfirm rate-mirrors-bin + + printf "%b\n" "${YELLOW}Generating a new list of mirrors using rate-mirrors. This process may take a few seconds...${RC}" if [ -s /etc/pacman.d/mirrorlist ]; then "$ESCALATION_TOOL" cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak @@ -100,4 +102,4 @@ checkAURHelper checkEscalationTool fastUpdate updateSystem -updateFlatpaks \ No newline at end of file +updateFlatpaks