From 89f9916261a99c90ea93c328387429c69f7b1f39 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Fri, 28 Jul 2023 14:20:29 +0530 Subject: [PATCH] hope this is the fix --- includes/post-install.ksi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/post-install.ksi b/includes/post-install.ksi index a2a12a5..39e39eb 100644 --- a/includes/post-install.ksi +++ b/includes/post-install.ksi @@ -4,7 +4,8 @@ # The script that expands root partition [ -d /usr/local/bin ] || mkdir --verbose /usr/local/bin -curl 'https://git.resf.org/thefossguy/rocky-linux-generic-images/raw/branch/r9/scripts/expand-rootfs.sh' --output /usr/local/bin/expand-rootfs.sh +curl 'https://git.resf.org/thefossguy/rocky-linux-generic-images/raw/branch/r9/scripts/expand-rootfs.sh' --output expand-rootfs.sh +mv -v f expand-rootfs.sh /usr/local/bin/expand-rootfs.sh chmod --verbose +x /usr/local/bin/expand-rootfs.sh # Rebuild the RPM database