You are not logged in.

#1 2021-04-08 17:10:01

sovy666
Member
Registered: 2019-09-01
Posts: 6

Powerpill

I'm using powerpill instead of pacman to update and/or install packages and I don't have any problem but just a question. From what I understand powerpill doesn't read /etc/pacman.d/mirrorlist but it generates an internal list based on the parameters set in /etc/powerpill/powerpill.json in the reflector section, did I understand right? One more thing, is it possible to see this internally generated list or do you have to go completely on trust that it is generated correctly?

This is the only section of /etc/powerpill/powerpill.json that I changed:

  "reflector": {
    "args": [
      "--country",
      "de,fr",
      "--age",
      "12",
      "--protocol",
      "https",
      "--latest",
      "10"
    ]
  },

Offline

Board footer

Powered by FluxBB