File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,18 +6,20 @@ COPY --from=ghcr.io/ublue-os/aurora-wallpapers:latest / /wallpapers
66
77COPY /logos /logos
88
9- RUN set -xeuo pipefail && \
10- cd /wallpapers && \
11- rm -rf kde/*/gnome-background-properties/ && \
12- mkdir -p /out/wallpapers/usr/share/wallpapers /out/wallpapers/usr/share/backgrounds && \
13- mv kde/ /out/wallpapers/usr/share/backgrounds/aurora/ && \
14- cd /out/wallpapers/usr/share/backgrounds && \
15- for dir in aurora/*; do \
16- ln -sr "/out/wallpapers/usr/share/backgrounds/${dir}" /out/wallpapers/usr/share/wallpapers/; \
17- done && \
18- ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-6/ /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-1 && \
19- ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-1/ /out/wallpapers/usr/share/wallpapers/ && \
20- rm -rf /wallpapers
9+ RUN <<EOF
10+ set -xeuo pipefail
11+ cd /wallpapers
12+ rm -rf kde/*/gnome-background-properties/
13+ mkdir -p /out/wallpapers/usr/share/wallpapers /out/wallpapers/usr/share/backgrounds
14+ mv kde/ /out/wallpapers/usr/share/backgrounds/aurora/
15+ cd /out/wallpapers/usr/share/backgrounds
16+ for dir in aurora/*; do
17+ ln -sr "/out/wallpapers/usr/share/backgrounds/${dir}" /out/wallpapers/usr/share/wallpapers/
18+ done
19+ ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-6/ /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-1 && \
20+ ln -sr /out/wallpapers/usr/share/backgrounds/aurora/aurora-wallpaper-1/ /out/wallpapers/usr/share/wallpapers/ && \
21+ rm -rf /wallpapers
22+ EOF
2123
2224# Here we set our default wallpaper
2325RUN set -xeuo pipefail && \
You can’t perform that action at this time.
0 commit comments