diff options
Diffstat (limited to 'pacman-multilib.conf')
-rw-r--r-- | pacman-multilib.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pacman-multilib.conf b/pacman-multilib.conf index 7e0f1d7..eb8376a 100644 --- a/pacman-multilib.conf +++ b/pacman-multilib.conf @@ -58,27 +58,23 @@ Architecture = auto # after the header, and they will be used before the default mirrors. #[testing] -## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [core] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist [extra] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist #[community-testing] -## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [community] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist +# If you want to run 32 bit applications on your x86_64 system, +# enable the multilib repository here. [multilib] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for |