feat: Add cicpoffs, an optional case insensitive case preserving FUSE overlay that can help w/ modding case-insensitive games.

This commit is contained in:
Kyle Gospodnetich 2025-02-22 11:16:48 -08:00
parent b3be4f7fa9
commit b7de5a0aa7

View File

@ -316,6 +316,8 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
rocm-opencl \
rocm-clinfo \
rocm-smi && \
dnf5 -y install \
$(curl https://api.github.com/repos/KyleGospo/cicpoffs/releases/latest | jq -r '.assets[] | select(.name| test(".*rpm$")).browser_download_url') && \
mkdir -p /etc/xdg/autostart && \
sed -i~ -E 's/=.\$\(command -v (nft|ip6?tables-legacy).*/=/g' /usr/lib/waydroid/data/scripts/waydroid-net.sh && \
sed -i '1s/^/[include]\npaths = ["\/etc\/ublue-os\/topgrade.toml"]\n\n/' /usr/share/ublue-update/topgrade-user.toml && \