all repos — website-hugo @ dc7548b2af2167eaf13d93fdec8e8aaa6f6c3f7d

My personal blog, built with Hugo!

fix error
Marco Andronaco andronacomarco@gmail.com
Sun, 29 Jan 2023 14:20:38 +0100
commit

dc7548b2af2167eaf13d93fdec8e8aaa6f6c3f7d

parent

f0aceb8e1d09e9426fd8ccfbe58ebdde8b17a725

1 files changed, 5 insertions(+), 3 deletions(-)

jump to
M content/articles/reflector.mdcontent/articles/reflector.md

@@ -64,13 +64,15 @@ ```

Done! -Now, by default pacman _does_ update its mirrorlist. It creates a file called `mirrorlist.pacnew` and it expects you to pick your favorite mirrors each time its generated. You can disable this (now unneeded) behavior by adding `NoExtract` under "# Misc options" in `/etc/pacman.conf`: +Now, by default pacman _does_ update its mirrorlist. It creates a file called `mirrorlist.pacnew` and it expects you to pick your favorite mirrors each time its generated. You can disable this (now unneeded) behavior by uncommenting and setting `NoExtract` in `/etc/pacman.conf`: ``` +... +NoExtract = /etc/pacman.d/mirrorlist.pacnew + # Misc options -NoExtract Color ILoveCandy -CheckSpace ParallelDownloads = 3 +... ```