Move copy up to start of build (#9)
All checks were successful
Build container image / Build and push image (push) Successful in 30m24s

Reviewed-on: #9
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
This commit was merged in pull request #9.
This commit is contained in:
2025-10-25 18:55:52 -04:00
committed by eriq12
parent fe8dd874d9
commit f702b5fa2d

View File

@@ -2,13 +2,13 @@
set -ouex pipefail set -ouex pipefail
# copy
/ctx/copyfiles.sh
# dnf # dnf
/ctx/dnf/rpmfusion.sh /ctx/dnf/rpmfusion.sh
/ctx/dnf/greeter.sh /ctx/dnf/greeter.sh
/ctx/dnf/hyprland.sh /ctx/dnf/hyprland.sh
/ctx/dnf/environment.sh /ctx/dnf/environment.sh
/ctx/dnf/applications.sh /ctx/dnf/applications.sh
/ctx/dnf/themes.sh /ctx/dnf/themes.sh
# copy
/ctx/copyfiles.sh