diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-11 21:41:19 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-11 21:41:19 -0800 |
commit | 36e7a72890f81f029068c33c5fc57a2bc8a6175e (patch) | |
tree | 58533903ede66390cb2e76842e11d7f280ec0403 /etc/pacman.conf | |
parent | 6739beb95b5cc1ebbed1522c0c40fa6865f11730 (diff) |
refactor
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index c25d9d6b..8b93a188 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -90,8 +90,8 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -#[multilib] -#Include = /etc/pacman.d/mirrorlist +[multilib] +Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. |