From 043129c2f0f930c2bb9420b4c716b5d67d55a1ac Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 1 Mar 2026 17:53:34 +0100 Subject: [PATCH] builds succesfully --- build/10-build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/10-build.sh b/build/10-build.sh index 4f882cd..743f87f 100755 --- a/build/10-build.sh +++ b/build/10-build.sh @@ -28,7 +28,7 @@ echo "::endgroup::" echo "::group:: Apply Brew integration" # Bringt Brew-User, PATH, systemd-Units, Brew-Bundle-Mechanik -cp -a /ctx/oci/brew/system_files/. / +cp -a /ctx/oci/brew/. / echo "::endgroup::" echo "::group:: Install Packages" @@ -52,7 +52,9 @@ echo "::endgroup::" echo "::group:: Remove Firefox Systempackage" dnf5 remove -y \ firefox \ - firefox-langpacks\* + firefox-langpacks\* \ + htop \ + nvtop echo "::endgroup::" echo "::group:: Copy Custom Files"