Fix 0byte
This commit is contained in:
parent
5626d0cfc0
commit
38fc9976e0
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ Target = pacman-mirrorlist
|
||||||
Description = Updating pacman-mirrorlist with reflector and removing pacnew...
|
Description = Updating pacman-mirrorlist with reflector and removing pacnew...
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Depends = reflector
|
Depends = reflector
|
||||||
Exec = /bin/sh -c 'systemctl start reflector.service; if [ -f /etc/pacman.d/mirrorlist.pacnew ]; then rm /etc/pacman.d/mirrorlist.pacnew; fi'
|
Exec = /bin/sh -c 'systemctl start reflector.service; if [ -f /etc/pacman.d/mirrorlist.pacnew ]; then rm /etc/pacman.d/mirrorlist.pacnew; fi'
|
||||||
|
|
Loading…
Reference in a new issue