From 2f8306a14a44906cc2660ec447748bffca0f62b6 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 23 Mar 2022 21:03:35 +0100 Subject: [PATCH] bundles/pacman: fix archzfs-kernels repo name --- bundles/pacman/files/pacman.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/pacman/files/pacman.conf b/bundles/pacman/files/pacman.conf index ed46930..39781b6 100644 --- a/bundles/pacman/files/pacman.conf +++ b/bundles/pacman/files/pacman.conf @@ -47,10 +47,10 @@ SigLevel = Optional TrustAll [archzfs] Server = http://archzfs.com/archzfs/x86_64 -[archzfs-kernels] % if node.metadata.get('pacman/linux-lts', False): -Server = http://kernels.archzfs.com/zfs-linux-lts/ +[zfs-linux-lts] % else: -Server = http://kernels.archzfs.com/zfs-linux/ +[zfs-linux] % endif +Server = http://kernels.archzfs.com/$repo/ % endif