fixed pacman.conf and packages list
This commit is contained in:
parent
9c36a87be3
commit
88842589af
2 changed files with 13 additions and 9 deletions
|
@ -135,7 +135,7 @@ parch-branding
|
||||||
parch-pacman
|
parch-pacman
|
||||||
parch-emoji-ios
|
parch-emoji-ios
|
||||||
calamares
|
calamares
|
||||||
parch-calamares
|
calamares-parch
|
||||||
boost
|
boost
|
||||||
parch-printer
|
parch-printer
|
||||||
parch-bluetooth
|
parch-bluetooth
|
||||||
|
|
|
@ -35,10 +35,13 @@ Architecture = auto
|
||||||
CheckSpace
|
CheckSpace
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
#ParallelDownloads = 5
|
#ParallelDownloads = 5
|
||||||
|
DownloadUser = alpm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# By default, pacman accepts packages signed by keys that its local keyring
|
||||||
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Never
|
||||||
LocalFileSigLevel = Optional
|
LocalFileSigLevel = Optional
|
||||||
#RemoteFileSigLevel = Required
|
#RemoteFileSigLevel = Required
|
||||||
|
|
||||||
|
@ -72,6 +75,10 @@ LocalFileSigLevel = Optional
|
||||||
#[core-testing]
|
#[core-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[ppr]
|
||||||
|
SigLevel = Optional TrustedOnly
|
||||||
|
Server = https://git.parchlinux.com/repo/ppr/-/raw/main/x86_64/
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
@ -87,16 +94,13 @@ Include = /etc/pacman.d/mirrorlist
|
||||||
#[multilib-testing]
|
#[multilib-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[multilib]
|
#[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[ppr]
|
|
||||||
SigLevel = Optional TrustedOnly
|
|
||||||
Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/
|
|
||||||
|
|
||||||
[pcp]
|
[pcp]
|
||||||
SigLevel = Optional TrustedOnly
|
SigLevel = Optional TrustedOnly
|
||||||
Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/
|
Server = https://git.parchlinux.com/repo/pcp/-/raw/main/x86_64/
|
||||||
|
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
|
Loading…
Add table
Reference in a new issue