aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh4
-rwxr-xr-xinstaller/archangel4
2 files changed, 4 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index a2e3ca3..c494ef7 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
# build.sh - Build the custom Arch ZFS installation ISO
# Must be run as root
#
-# Uses linux-lts kernel with zfs-dkms from archzfs.com repository.
+# Uses linux-lts kernel with zfs-dkms from archzfs GitHub releases.
# DKMS builds ZFS from source, ensuring it always matches the kernel version.
set -euo pipefail
@@ -151,7 +151,7 @@ info "Adding archzfs repository..."
cat >> "$PROFILE_DIR/pacman.conf" << 'EOF'
[archzfs]
-Server = https://archzfs.com/$repo/$arch
+Server = https://github.com/archzfs/archzfs/releases/download/experimental
SigLevel = Never
EOF
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