index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:06:08 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:06:08 +0000 |
commit | db769f667d93d9127b570570564589337c793fbe (patch) | |
tree | 94f90c61fcf2e988f2a718b06925e0df20a29332 /etc/pacman.conf | |
parent | e037328e219697f8453dc25df2b8f0d25bbc1acc (diff) |
-rw-r--r-- | etc/pacman.conf | 6 |
diff --git a/etc/pacman.conf b/etc/pacman.conf index 345eb8c1..72b1eec0 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -44,8 +44,14 @@ Include = /etc/pacman.d/current # Add your preferred servers here, they will be used first Include = /etc/pacman.d/extra +#[unstable] +# Add your preferred servers here, they will be used first #Include = /etc/pacman.d/unstable +[community] +# Add your preferred servers here, they will be used first +Include = /etc/pacman.d/community + # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] |