You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the idea itself sounds a bit weird to me, but i'll leave the issue hanging open for a while to see if it will gain any popularity from other pikaur users
btw your grep expression is not okay:
$ echo -ne '\033[0;34m:: \033[0m\033[1mMirror: '; grep -m1 Server /etc/pacman.d/mirrorlist | cut -d'/' -f3;echo -e '\033[0m';:: Mirror: # Server list generated by rankmirrors on 2024-09-28
Description:
Is it possible to show mirror address while updating bases?
I made a bash alias for myself, it works for years without an issue:
And it looks like:
Mirror updates once a day through reflector.
Could you add showing mirror server with -m option?
The text was updated successfully, but these errors were encountered: