[eos-bash-shared] config variable WELCOME_RATE_MIRRORS_COMMAND is no more supported in the latest Welcome app

This commit is contained in:
manuel
2025-10-31 22:34:56 +02:00
parent b3e2bc279a
commit a6305e971b
+2 -1
View File
@@ -212,8 +212,9 @@ RATE_MIRRORS_MAX_DELAY_ARCH=3600 # seconds
## WELCOME_RATE_MIRRORS_COMMAND lets you specify all options for the rate-mirrors command (to be used for ranking Arch mirrors).
## Tip: consider using option '--protocol https' as well.
## NOTE: in 'welcome' version 25.10.2-1 variable WELCOME_RATE_MIRRORS_COMMAND is no more supported due to implementation change!
#
WELCOME_RATE_MIRRORS_COMMAND="rate-mirrors arch --max-delay=$RATE_MIRRORS_MAX_DELAY_ARCH | sudo tee /etc/pacman.d/mirrorlist"
#WELCOME_RATE_MIRRORS_COMMAND="rate-mirrors arch --max-delay=$RATE_MIRRORS_MAX_DELAY_ARCH | sudo tee /etc/pacman.d/mirrorlist"
## WELCOME_RAMI_OPTIONS provides all options for the rami command in Welcome.
## The value can be set also by exporting this variable.