From a3eb72fa1c70dcfa2b7d861cb4e7e9f07da59615 Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Sat, 3 Jan 2026 18:23:48 +0300 Subject: [PATCH] Change archzfs repo configuration --- pacman.conf | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pacman.conf b/pacman.conf index 6a4eaf9..cfddf24 100644 --- a/pacman.conf +++ b/pacman.conf @@ -95,13 +95,5 @@ Include = /etc/pacman.d/mirrorlist #Server = file:///home/custompkgs [archzfs] -# Origin Server - France -Server = http://archzfs.com/$repo/x86_64 -# Mirror - Germany -Server = http://mirror.sum7.eu/archlinux/archzfs/$repo/x86_64 -# Mirror - Germany -Server = https://mirror.biocrafting.net/archlinux/archzfs/$repo/x86_64 -# Mirror - India -Server = https://mirror.in.themindsmaze.com/archzfs/$repo/x86_64 -# Mirror - US -Server = https://zxcvfdsa.com/archzfs/$repo/$arch \ No newline at end of file +SigLevel = Required +Server = https://github.com/archzfs/archzfs/releases/download/experimental \ No newline at end of file