From 75474334d090ec7e0e9de66a678cb4983f2b8644 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 19:38:51 +0200 Subject: [PATCH] Update Steam installation script to remove i686 drivers Removed installation of specific i686 mesa drivers. --- build/40-steam.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/40-steam.sh b/build/40-steam.sh index 396b26c..94b66bc 100755 --- a/build/40-steam.sh +++ b/build/40-steam.sh @@ -8,9 +8,6 @@ set -eoux pipefail echo "Installing Steam and i686 libraries..." dnf5 install -y \ steam \ - mesa-va-drivers-freeworld.i686 \ - mesa-vdpau-drivers-freeworld.i686 \ - mesa-vulkan-drivers-freeworld.i686 \ --allowerasing