chore: Bump media-automount-generator 0.2.3 -> 0.2.6 (#2328)

* chore: Bump media-automount-generator 0.2.3 -> 0.2.4

This fixes /dev/dm-X devices not being excluded

* chore: Bump media-automount-generator 0.2.3 -> 0.2.5

Fixes a typo in the installer at 0.2.4

* chore: Bump media-automount-generator 0.2.3 -> 0.2.6

Fixes a typo in the installer at 0.2.5
This commit is contained in:
Zeglius 2025-03-03 23:16:08 +01:00 committed by GitHub
parent 2caeaa28fc
commit cf253faf71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -513,7 +513,7 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
--mount=type=bind,from=ctx,source=/,target=/ctx \
--mount=type=tmpfs,dst=/tmp \
cd $(mktemp -d) && \
curl -fsSLo - https://github.com/Zeglius/media-automount-generator/archive/refs/tags/v0.2.3.tar.gz | \
curl -fsSLo - https://github.com/Zeglius/media-automount-generator/archive/refs/tags/v0.2.6.tar.gz | \
tar -xz --strip-components=1 && \
./install.sh && \
cd / && \