From 057145e9b9f2106ad3284ce9c37ec6256a500538 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 9 Apr 2026 22:02:44 -0500 Subject: fix: migrate archzfs repo from stale archzfs.com to GitHub Releases archzfs.com was abandoned mid-2025; latest packages were ZFS 2.3.2 for kernel 6.12.29. The new GitHub-hosted repo has ZFS 2.4.1 for 6.18.21. --- installer/archangel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/archangel b/installer/archangel index 023115e..fbb18b0 100755 --- a/installer/archangel +++ b/installer/archangel @@ -925,7 +925,7 @@ install_base() { cat >> /etc/pacman.conf << 'EOF' [archzfs] -Server = https://archzfs.com/$repo/$arch +Server = https://github.com/archzfs/archzfs/releases/download/experimental SigLevel = Never EOF fi @@ -1034,7 +1034,7 @@ EOF cat >> /mnt/etc/pacman.conf << 'EOF' [archzfs] -Server = https://archzfs.com/$repo/$arch +Server = https://github.com/archzfs/archzfs/releases/download/experimental SigLevel = Never EOF -- cgit v1.2.3