Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@noraj
Created May 30, 2019 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noraj/9359beffdfff1f214cd6a93824868340 to your computer and use it in GitHub Desktop.
Save noraj/9359beffdfff1f214cd6a93824868340 to your computer and use it in GitHub Desktop.
Install powerpill with rsync support
$ gpg --receive-keys EC3CBE7F607D11E663149E811D1F0DC78F173680
$ pikaur -S powerpill
$ sudo pacman -S reflector rsync --needed
$ reflector --protocol rsync --fastest 20 --age 12 --country France --sort rate --save /tmp/mirrorlist
$ reflector -p rsync -f 20 -a 12 -c France --sort rate --save /tmp/mirrorlist

/etc/powerpill/powerpill.json => rsync section => add servers in servers

SigLevel = PackageRequired for official repo in /etc/pacman.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment