diff options
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 801a26a6..49ff54d0 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -69,19 +69,22 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +[fly] +Server = file:///home/xyz/programs/repos/fly/$arch + +#[fly-any] +#Server = file:///home/xyz/programs/repos/fly/any + +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, |