remove yaru
ci/woodpecker/push/ci Pipeline failed

This commit is contained in:
2026-05-04 18:40:37 +02:00
parent 3f41688f78
commit 00bce72d32
+1 -2
View File
@@ -16,7 +16,6 @@ RUN dnf install -y \
vulkan-loader.i686 \
vulkan-tools \
glibc-langpack-fr \
yaru-theme \
langpacks-core-fr \
langpacks-fr \
distrobox \
@@ -52,7 +51,7 @@ RUN dnf install -y \
&& dnf clean all \
&& rm -rf /var/cache/dnf
RUN DARKLY_URL=$(curl -s https://api.github.com/repos/Bali10050/Darkly/releases/latest | jq -r '.assets[] | select(.name | contains("fc43.x86_64") and endswith(".rpm")) | .browser_download_url') \
RUN DARKLY_URL=$(curl -s https://api.github.com/repos/Bali10050/Darkly/releases/latest | jq -r '.assets[] | select(.name | contains("fc44.x86_64") and endswith(".rpm")) | .browser_download_url') \
&& wget "$DARKLY_URL" -O /tmp/darkly.rpm \
&& dnf install -y /tmp/darkly.rpm \
&& rm -f /tmp/darkly.rpm