hope this is the fix

This commit is contained in:
Pratham Patel 2023-07-28 14:20:29 +05:30
parent 4d2da9b8fd
commit 89f9916261
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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