Reflector.service failed

Running sudo systemctl --failed
I see this ● reflector.service loaded failed failed Refresh Pacman mirrorlist with Reflector.
I tried to Google, but Im a newbie and I dont know how to resolve the issue.
Thanks in advance if you can help me

As written above id suggest turning off the service and editing the ~/.zshrc upd alias to just update the mirrorlist whenever you update the system :slight_smile:

I run sudo systemctl disable --now reflector.service and udpated
But I have bash, How can I edit ~/.zshrc upd alias?

If you run bash instead of zsh you can just copy the zshrc line containing alias upd= into your ~/.bashrc :slight_smile:

1 Like