From 93b06c023fbd80d1e1409a23491ed3ab360549ea Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Mon, 17 Feb 2025 01:31:56 +0330 Subject: [PATCH] Removed systemd-boot --- iso/pacman.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/pacman.conf b/iso/pacman.conf index a072ce6..099f198 100644 --- a/iso/pacman.conf +++ b/iso/pacman.conf @@ -74,7 +74,7 @@ LocalFileSigLevel = Optional [ppr] SigLevel = Optional TrustedOnly -Server = https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/ppr.db +Server = https://git.parchlinux.com/repos/ppr/raw/branch/main/x86_64/ [core] Include = /etc/pacman.d/mirrorlist @@ -96,7 +96,7 @@ Include = /etc/pacman.d/mirrorlist [pcp] SigLevel = Optional TrustedOnly -Server = https://git.parchlinux.com/repos/pcp/raw/branch/main/x86_64/ppr.db +Server = https://git.parchlinux.com/repos/pcp/raw/branch/main/x86_64/ # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.