Make reflector optional
This commit is contained in:
parent
4d6bebd628
commit
b4bb386ff6
@ -256,7 +256,9 @@ sudo timedatectl set-ntp true
|
||||
systemctl --user enable --now ssh-agent
|
||||
|
||||
# enable reflector timer
|
||||
if [[ $(pacman -Q | grep reflector) ]]; then
|
||||
sudo systemctl enable reflector.timer
|
||||
fi
|
||||
|
||||
# enable vnstat
|
||||
sudo systemctl enable vnstat
|
||||
|
Loading…
Reference in New Issue
Block a user