Skip to content

Commit

Permalink
PackageRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasvlevi committed Apr 24, 2023
1 parent 14fb9f4 commit 13721c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ LocalFileSigLevel = Optional
#Include = /etc/pacman.d/mirrorlist

[core]
SigLevel = None
SigLevel = PackageRequired
Server=https://archive.archlinux.org/repos/2023/04/07/core/os/x86_64

[extra]
SigLevel = None
SigLevel = PackageRequired
Server=https://archive.archlinux.org/repos/2023/04/07/extra/os/x86_64
#Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = None
SigLevel = PackageRequired
Server=https://archive.archlinux.org/repos/2023/04/07/community/os/x86_64
#Include = /etc/pacman.d/mirrorlist

Expand Down

0 comments on commit 13721c8

Please sign in to comment.