Arch reflector: bonus: no extract

This commit is contained in:
Aminda Suomalainen 2015-10-17 15:02:15 +03:00
parent b5b4018188
commit 142cc66e06
1 changed files with 10 additions and 0 deletions

View File

@ -40,3 +40,13 @@ sudo pacman -Syu
5. Check for updates & install them.
Do check the service itself at https://github.com/Mikaela/shell-things/raw/master/etc/systemd/system/reflector.service !
Bonus: edit `/etc/pacman.conf` and add the line:
```
NoExtract = etc/pacman.d/mirrorlist
```
so when you upgrade you won't get useless mirrorlist.pacnew file. **NOTE:**
it's intented to be `etc/pacman.d/mirrorlist` without the initial `/`,
because it's *relative*, not *absolute*, path.