From 9fd7f923d634b40babe88d17e1bc90393291954a Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 30 May 2023 04:25:40 -0400 Subject: [PATCH] pacman update --- README.md | 4 +++- iso/pacman.conf | 21 +++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9df56d3..0acc702 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# Parch-os iso template +# Parch Linux iso template + +## Use this template for making releases \ No newline at end of file diff --git a/iso/pacman.conf b/iso/pacman.conf index 59d3499..12b4c71 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -30,12 +30,12 @@ Architecture = auto # Misc options #UseSyslog -Color +#Color #NoProgressBar CheckSpace #VerbosePkgLists ParallelDownloads = 5 -ILoveCandy + # 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. SigLevel = Required DatabaseOptional @@ -69,19 +69,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, @@ -90,16 +87,16 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -[multilib] -Include = /etc/pacman.d/mirrorlist +#[multilib] +#Include = /etc/pacman.d/mirrorlist [ppr] SigLevel = Optional TrustedOnly -Server = https://parchlinux.github.io/ppr/$arch +Server = https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/ [pcp] SigLevel = Optional TrustedOnly -Server = https://parchlinux.github.io/pcp/$arch +Server = https://raw.githubusercontent.com/parchlinux/pcp/main/x86_64/ # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.