updated url to new git location

This commit is contained in:
2025-05-17 16:45:39 +02:00
parent 459ec16113
commit 198590fddd
5 changed files with 8 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ fi
chown -R sysadmin:admins /opt/build
# Build and install
su sysadmin -c "git clone https://git.xoservice.nl/marcel/aur_zfs-utils.git /opt/build/zfs-utils"
su sysadmin -c "git clone https://git.xoservice.nl/marcel/aur_openzfs.git /opt/build/openzfs"
su sysadmin -c "git clone https://git.xo.nl/marcel/zfs-utils.git /opt/build/zfs-utils"
su sysadmin -c "git clone https://git.xo.nl/marcel/zfs-linux.git /opt/build/openzfs"
BUILDVER=$(cat /opt/build/openzfs/PKGBUILD | grep _kernelver_full | cut -f 2 -d \")
KERNVER=$(uname -r)