Skip to content

Commit 307403d

Browse files
Add rate mirrors headsup
1 parent c905aee commit 307403d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/commands/system-setup/system-update.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ fastUpdate() {
66
case ${PACKAGER} in
77
pacman)
88

9-
$AUR_HELPER -S --needed --noconfirm rate-mirrors-bin
9+
$AUR_HELPER -S --needed --noconfirm rate-mirrors-bin
10+
11+
printf "%b\n" "${YELLOW}Generating a new list of mirrors using rate-mirrors. This process may take a few seconds...${RC}"
1012

1113
if [ -s /etc/pacman.d/mirrorlist ]; then
1214
$ESCALATION_TOOL cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
@@ -100,4 +102,4 @@ checkAURHelper
100102
checkEscalationTool
101103
fastUpdate
102104
updateSystem
103-
updateFlatpaks
105+
updateFlatpaks

0 commit comments

Comments
 (0)