From 65a84879e884ad7e5f81eb89dc4ef551e85e3b6a Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Mon, 31 Jul 2023 07:56:50 +0200 Subject: [PATCH] [data] remove community repo --- data/pacman-default.conf | 4 ---- data/pacman-multilib.conf | 4 ---- 2 files changed, 8 deletions(-) diff --git a/data/pacman-default.conf b/data/pacman-default.conf index 85db4c3..8d33b12 100644 --- a/data/pacman-default.conf +++ b/data/pacman-default.conf @@ -81,10 +81,6 @@ Include = /etc/pacman.d/mirrorlist SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist -[community] -SigLevel = PackageRequired -Include = /etc/pacman.d/mirrorlist - # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] diff --git a/data/pacman-multilib.conf b/data/pacman-multilib.conf index 97510ae..1b0e339 100644 --- a/data/pacman-multilib.conf +++ b/data/pacman-multilib.conf @@ -81,10 +81,6 @@ Include = /etc/pacman.d/mirrorlist SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist -[community] -SigLevel = PackageRequired -Include = /etc/pacman.d/mirrorlist - # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here.