From db2e0e902e3ce6588c7251c63350331de4fe0c83 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Fri, 5 Jul 2024 23:37:13 -0400 Subject: [PATCH] update mirrorlist when doing update() --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index e93c6c0..da3f2d7 100644 --- a/.bashrc +++ b/.bashrc @@ -378,6 +378,9 @@ update() { ( echo "y"; echo "y" ) | paru -Scc fi + echo "updating arch mirrorlists" + eos-rankmirrors + echo "Updating Flatpak packages:" flatpak update }