From 49e8d76a4f35d86205bbe5e23b140631916ec71d Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 10 May 2026 07:28:29 +0200 Subject: [PATCH] Comment out ROCm installation in multimedia script Comment out ROCm installation commands in the script. --- build/20-multimedia.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build/20-multimedia.sh b/build/20-multimedia.sh index 7715202..3ed59b6 100755 --- a/build/20-multimedia.sh +++ b/build/20-multimedia.sh @@ -21,14 +21,14 @@ dnf5 install -y \ dnf5 install -y @multimedia -echo "Installing rocm" -dnf5 install -y \ - rocm-clinfo \ - rocm-hip \ - rocm-opencl \ - rocblas \ - hipblas \ - rocm-runtime +#echo "Installing rocm" +#dnf5 install -y \ + # rocm-clinfo \ +# rocm-hip \ + # rocm-opencl \ + # rocblas \ + # hipblas \ +# rocm-runtime # --- 2. Die sofortige Bereinigung (WICHTIG!) ---