update mirrorlist when doing update()

This commit is contained in:
Yuriy 2024-07-05 23:37:13 -04:00
parent 64abbaf98e
commit db2e0e902e

View File

@ -378,6 +378,9 @@ update() {
( echo "y"; echo "y" ) | paru -Scc
fi
echo "updating arch mirrorlists"
eos-rankmirrors
echo "Updating Flatpak packages:"
flatpak update
}