We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197f359 commit 23156bcCopy full SHA for 23156bc
tabs/system-setup/system-update.sh
@@ -6,7 +6,9 @@ fastUpdate() {
6
case "$PACKAGER" in
7
pacman)
8
9
- $AUR_HELPER -S --needed --noconfirm rate-mirrors-bin
+ $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}"
12
13
if [ -s /etc/pacman.d/mirrorlist ]; then
14
"$ESCALATION_TOOL" cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
@@ -100,4 +102,4 @@ checkAURHelper
100
102
checkEscalationTool
101
103
fastUpdate
104
updateSystem
-updateFlatpaks
105
+updateFlatpaks
0 commit comments