>>107838278
install reflector. run the reflector service file or better yet set the reflector.timer to run once a month to refresh mirrors.
# Enable and start the timer (this triggers the service based on the schedule)
sudo systemctl enable --now reflector.timer
# (Optional) Run the service immediately once to update your mirrors right now
sudo systemctl start reflector.service
sudo nano /etc/xdg/reflector/reflector.conf
for weekly
[Timer]
OnCalendar=
OnCalendar=weekly
for monthly
[Timer]
OnCalendar=
OnCalendar=monthly
for quarterly
[Timer]
OnCalendar=
OnCalendar=*-01,04,07,10-01 00:00:00
sudo systemctl daemon-reload
systemctl list-timers reflector.timer