From 3539a131d8a3b618dc20ed24b756f1e61b109813 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 3 Jan 2024 12:07:23 +0530 Subject: [PATCH] fetch expand-rootfs.sh from git.resf.org instead of git.thefossguy.com --- includes/post/expand-rootfs.ksi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/post/expand-rootfs.ksi b/includes/post/expand-rootfs.ksi index bc309a7..4c93396 100644 --- a/includes/post/expand-rootfs.ksi +++ b/includes/post/expand-rootfs.ksi @@ -3,7 +3,7 @@ set -x # The script that expands root partition [ -d /usr/local/bin ] || mkdir --verbose /usr/local/bin -curl 'https://git.thefossguy.com/enterprise-linux/sbc-images/raw/branch/rocky-generic/scripts/expand-rootfs.sh' --output /usr/local/bin/expand-rootfs.sh || exit 1 +curl 'https://git.resf.org/thefossguy/sbc-images/raw/branch/rocky-generic/scripts/expand-rootfs.sh' --output /usr/local/bin/expand-rootfs.sh || exit 1 [ -f /usr/local/bin/expand-rootfs.sh ] && \ chmod --verbose +x /usr/local/bin/expand-rootfs.sh