Advertisement
Guest User

pacman-mirrors.conf (Personal PC)

a guest
Jan 22nd, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ##
  2. ## /etc/pacman-mirrors.conf
  3. ##
  4.  
  5. ## Branch Pacman should use (stable, testing, unstable)
  6. Branch = stable
  7.  
  8. ## Generation method
  9. ## 1) rank - rank mirrors depending on their access time
  10. ## 2) random - randomly generate the output mirrorlist
  11. Method = rank
  12.  
  13. ## Define protocols and priority
  14. ## separated by comma 'https,http' or 'http,https'
  15. ## ATM available protocols are: http, https, ftp
  16. ## Not specifying a protocol will ban the protocol from being used
  17. ## If a mirror has more than one protocol defined only the first is written to the mirrorlist
  18. ## Empty means all in reversed alphabetic order
  19. Protocols = https
  20.  
  21. ## When set to False - all certificates are accepted.
  22. ## Use only if you fully trust all ssl-enabled mirrors.
  23. SSLVerify = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement